mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Swagger: annotate RoleType as enumeration (#47902)
This commit is contained in:
committed by
GitHub
parent
70802447a5
commit
e58a015baf
@@ -14,6 +14,7 @@ var (
|
||||
ErrOrgUserAlreadyAdded = errors.New("user is already added to organization")
|
||||
)
|
||||
|
||||
// swagger:enum RoleType
|
||||
type RoleType string
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user