Add comment to default role in chronograf.go
parent
3ddd253d68
commit
a7ddb15c5c
|
@ -773,6 +773,7 @@ type LayoutsStore interface {
|
|||
type Organization struct {
|
||||
ID uint64 `json:"id,string"`
|
||||
Name string `json:"name"`
|
||||
// DefaultRole is the name of the role that is the default for any users added to the organization
|
||||
DefaultRole string `json:"defaultRole,omitempty"`
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue