Gitiles
Code Review
Sign In
gerrit.opencord.org
/
fabric
/
3a4b10a9dddfbfe91555cee404d53d500086267a
/
.
/
xos
/
synchronizer
/
models
/
fabric.xproto
blob: 8ecf614d78cb5c8d386365d55240e862110bf330 [
file
] [
log
] [
blame
]
option app_label
=
"fabric"
;
option name
=
"fabric"
;
message
FabricService
(
Service
){
option verbose_name
=
"Fabric Service"
;
optional
bool
autoconfig
=
1
[
default
=
True
,
help_text
=
"Autoconfigure the fabric"
,
null
=
False
];
}