Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: luci_config/server/cfgclient/backend/authority_string.go

Issue 2580713002: Implement a server-side config service interface. (Closed)
Patch Set: Renamed, moved to luci_config package, fixes, split out backends. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 // Code generated by "stringer -type Authority"; DO NOT EDIT
2
3 package backend
4
5 import "fmt"
6
7 const _Authority_name = "AsAnonymousAsServiceAsUser"
8
9 var _Authority_index = [...]uint8{0, 11, 20, 26}
10
11 func (i Authority) String() string {
12 if i < 0 || i >= Authority(len(_Authority_index)-1) {
13 return fmt.Sprintf("Authority(%d)", i)
14 }
15 return _Authority_name[_Authority_index[i]:_Authority_index[i+1]]
16 }
OLDNEW
« no previous file with comments | « luci_config/server/cfgclient/backend/authority.go ('k') | luci_config/server/cfgclient/backend/backend.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698