| Index: milo/common/config/settings.pb.go
|
| diff --git a/milo/common/config/settings.pb.go b/milo/common/config/settings.pb.go
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..72eb33b62d0a99b1ab2745b4ccbaf4090eae9c55
|
| --- /dev/null
|
| +++ b/milo/common/config/settings.pb.go
|
| @@ -0,0 +1,54 @@
|
| +// Code generated by protoc-gen-go.
|
| +// source: github.com/luci/luci-go/milo/common/config/settings.proto
|
| +// DO NOT EDIT!
|
| +
|
| +package config
|
| +
|
| +import proto "github.com/golang/protobuf/proto"
|
| +import fmt "fmt"
|
| +import math "math"
|
| +
|
| +// Reference imports to suppress errors if they are not otherwise used.
|
| +var _ = proto.Marshal
|
| +var _ = fmt.Errorf
|
| +var _ = math.Inf
|
| +
|
| +// Settings represents the format for the global (service) config for Milo.
|
| +type Settings struct {
|
| + // buildbot_reader is the infra-auth group that is allowed to read internal
|
| + // buildbot data.
|
| + BuildbotInternalReader string `protobuf:"bytes,1,opt,name=buildbot_internal_reader,json=buildbotInternalReader" json:"buildbot_internal_reader,omitempty"`
|
| +}
|
| +
|
| +func (m *Settings) Reset() { *m = Settings{} }
|
| +func (m *Settings) String() string { return proto.CompactTextString(m) }
|
| +func (*Settings) ProtoMessage() {}
|
| +func (*Settings) Descriptor() ([]byte, []int) { return fileDescriptor1, []int{0} }
|
| +
|
| +func (m *Settings) GetBuildbotInternalReader() string {
|
| + if m != nil {
|
| + return m.BuildbotInternalReader
|
| + }
|
| + return ""
|
| +}
|
| +
|
| +func init() {
|
| + proto.RegisterType((*Settings)(nil), "config.Settings")
|
| +}
|
| +
|
| +func init() {
|
| + proto.RegisterFile("github.com/luci/luci-go/milo/common/config/settings.proto", fileDescriptor1)
|
| +}
|
| +
|
| +var fileDescriptor1 = []byte{
|
| + // 139 bytes of a gzipped FileDescriptorProto
|
| + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0xb2, 0x4c, 0xcf, 0x2c, 0xc9,
|
| + 0x28, 0x4d, 0xd2, 0x4b, 0xce, 0xcf, 0xd5, 0xcf, 0x29, 0x4d, 0xce, 0x04, 0x13, 0xba, 0xe9, 0xf9,
|
| + 0xfa, 0xb9, 0x99, 0x39, 0xf9, 0xfa, 0xc9, 0xf9, 0xb9, 0xb9, 0xf9, 0x79, 0xfa, 0xc9, 0xf9, 0x79,
|
| + 0x69, 0x99, 0xe9, 0xfa, 0xc5, 0xa9, 0x25, 0x25, 0x99, 0x79, 0xe9, 0xc5, 0x7a, 0x05, 0x45, 0xf9,
|
| + 0x25, 0xf9, 0x42, 0x6c, 0x10, 0x61, 0x25, 0x17, 0x2e, 0x8e, 0x60, 0xa8, 0x8c, 0x90, 0x05, 0x97,
|
| + 0x44, 0x52, 0x69, 0x66, 0x4e, 0x4a, 0x52, 0x7e, 0x49, 0x7c, 0x66, 0x5e, 0x49, 0x6a, 0x51, 0x5e,
|
| + 0x62, 0x4e, 0x7c, 0x51, 0x6a, 0x62, 0x4a, 0x6a, 0x91, 0x04, 0xa3, 0x02, 0xa3, 0x06, 0x67, 0x90,
|
| + 0x18, 0x4c, 0xde, 0x13, 0x2a, 0x1d, 0x04, 0x96, 0x4d, 0x62, 0x03, 0x1b, 0x6a, 0x0c, 0x08, 0x00,
|
| + 0x00, 0xff, 0xff, 0xc3, 0xa5, 0xe4, 0x65, 0x91, 0x00, 0x00, 0x00,
|
| +}
|
|
|