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

Side by Side Diff: milo/common/config/settings.pb.go

Issue 2760873003: Milo: Use luci-config for storing buildbot acls (Closed)
Patch Set: Fix tests Created 3 years, 9 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
« no previous file with comments | « milo/common/config/settings.proto ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Code generated by protoc-gen-go.
2 // source: github.com/luci/luci-go/milo/common/config/settings.proto
3 // DO NOT EDIT!
4
5 package config
6
7 import proto "github.com/golang/protobuf/proto"
8 import fmt "fmt"
9 import math "math"
10
11 // Reference imports to suppress errors if they are not otherwise used.
12 var _ = proto.Marshal
13 var _ = fmt.Errorf
14 var _ = math.Inf
15
16 // Settings represents the format for the global (service) config for Milo.
17 type Settings struct {
18 Buildbot *Settings_Buildbot `protobuf:"bytes,1,opt,name=buildbot" json:" buildbot,omitempty"`
19 }
20
21 func (m *Settings) Reset() { *m = Settings{} }
22 func (m *Settings) String() string { return proto.CompactTextString(m ) }
23 func (*Settings) ProtoMessage() {}
24 func (*Settings) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
25
26 func (m *Settings) GetBuildbot() *Settings_Buildbot {
27 if m != nil {
28 return m.Buildbot
29 }
30 return nil
31 }
32
33 type Settings_Buildbot struct {
34 // internal_reader is the infra-auth group that is allowed to read inter nal
35 // buildbot data.
36 InternalReader string `protobuf:"bytes,1,opt,name=internal_reader,json=i nternalReader" json:"internal_reader,omitempty"`
37 }
38
39 func (m *Settings_Buildbot) Reset() { *m = Settings_Buildbot{ } }
40 func (m *Settings_Buildbot) String() string { return proto.CompactTex tString(m) }
41 func (*Settings_Buildbot) ProtoMessage() {}
42 func (*Settings_Buildbot) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0, 0} }
43
44 func (m *Settings_Buildbot) GetInternalReader() string {
45 if m != nil {
46 return m.InternalReader
47 }
48 return ""
49 }
50
51 func init() {
52 proto.RegisterType((*Settings)(nil), "config.Settings")
53 proto.RegisterType((*Settings_Buildbot)(nil), "config.Settings.Buildbot" )
54 }
55
56 func init() {
57 proto.RegisterFile("github.com/luci/luci-go/milo/common/config/settings. proto", fileDescriptor1)
58 }
59
60 var fileDescriptor1 = []byte{
61 // 163 bytes of a gzipped FileDescriptorProto
62 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x3c, 0xce, 0xb1, 0x0a, 0xc2, 0x30,
63 0x10, 0x80, 0x61, 0xba, 0x94, 0x1a, 0x41, 0xa1, 0x93, 0x3a, 0x89, 0x8b, 0x2e, 0x26, 0x60, 0x71,
64 0x70, 0xf5, 0x11, 0xe2, 0x03, 0x48, 0x93, 0xc6, 0x78, 0x90, 0xe4, 0x24, 0xbd, 0xf8, 0xfc, 0x42,
65 0xda, 0xb8, 0xdc, 0xf0, 0xdf, 0xc7, 0x71, 0xec, 0x66, 0x81, 0xde, 0x49, 0x71, 0x8d, 0x5e, 0xb8,
66 0xa4, 0x21, 0x8f, 0xb3, 0x45, 0xe1, 0xc1, 0xa1, 0xd0, 0xe8, 0x3d, 0x06, 0xa1, 0x31, 0xbc, 0xc0,
67 0x8a, 0xd1, 0x10, 0x41, 0xb0, 0x23, 0xff, 0x44, 0x24, 0x6c, 0xeb, 0x29, 0x1f, 0xbe, 0xac, 0x79,
68 0xcc, 0x9b, 0xf6, 0xca, 0x1a, 0x95, 0xc0, 0x0d, 0x0a, 0x69, 0x53, 0xed, 0xab, 0xd3, 0xf2, 0xb2,
69 0xe5, 0x13, 0xe3, 0xc5, 0xf0, 0xfb, 0x0c, 0xe4, 0x9f, 0xee, 0x3a, 0xd6, 0x94, 0xda, 0x1e, 0xd9,
70 0x1a, 0x02, 0x99, 0x18, 0x7a, 0xf7, 0x8c, 0xa6, 0x1f, 0x4c, 0xcc, 0x97, 0x16, 0x72, 0x55, 0xb2,
71 0xcc, 0x55, 0xd5, 0xf9, 0x8d, 0xee, 0x17, 0x00, 0x00, 0xff, 0xff, 0x08, 0x01, 0x23, 0x09, 0xc3,
72 0x00, 0x00, 0x00,
73 }
OLDNEW
« no previous file with comments | « milo/common/config/settings.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698