Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos-yang-tools
/
ebb143ddb125c970f66273d839a34023622ee8d8
/
.
/
plugin
/
src
/
test
/
resources
/
RpcTranslator.yang
blob: 2f0616e59955b7d3d54436ab2aa4a83ba7b25448 [
file
] [
log
] [
blame
]
module
Sfc
{
yang
-
version
1
;
namespace
http
:
//huawei.com;
prefix
Ant
;
leaf test
{
type
string
;
}
container
my
-
container
{
leaf
my
-
val
{
type
string
;
}
}
rpc SFP
{
input
{
leaf port
{
type
string
;
}
}
output
{
leaf path
{
type
string
;
}
}
}
}