| // Code generated by "stringer -type Authority"; DO NOT EDIT | |
| package backend | |
| import "fmt" | |
| const _Authority_name = "AsAnonymousAsServiceAsUser" | |
| var _Authority_index = [...]uint8{0, 11, 20, 26} | |
| func (i Authority) String() string { | |
| if i < 0 || i >= Authority(len(_Authority_index)-1) { | |
| return fmt.Sprintf("Authority(%d)", i) | |
| } | |
| return _Authority_name[_Authority_index[i]:_Authority_index[i+1]] | |
| } |