Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
4e80a26304afc9140c09f8e67034514549d89067
/
.
/
xos
/
core
/
models
/
controllerrole.xproto
blob: e2b586c156a3b8cfe37fc8678ea96876b8ff358a [
file
] [
log
] [
blame
]
message
ControllerRole
(
XOSBase
){
required
string
role
=
1
[
choices
=
"(('admin', 'Admin'),)"
,
max_length
=
30
,
content_type
=
"stripped"
,
blank
=
False
,
null
=
False
,
db_index
=
False
];
}