Documentation ¶
Index ¶
- type Alias
- func (*Alias) Descriptor() ([]byte, []int)
- func (m *Alias) GetOtherConfig() string
- func (*Alias) ProtoMessage()
- func (m *Alias) Reset()
- func (m *Alias) String() string
- func (m *Alias) XXX_DiscardUnknown()
- func (m *Alias) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Alias) XXX_Merge(src proto.Message)
- func (m *Alias) XXX_Size() int
- func (m *Alias) XXX_Unmarshal(b []byte) error
- type Config
- func (*Config) Descriptor() ([]byte, []int)
- func (m *Config) GetDistributorConfigs() map[string]*Distributor
- func (*Config) ProtoMessage()
- func (m *Config) Reset()
- func (m *Config) String() string
- func (m *Config) XXX_DiscardUnknown()
- func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Config) XXX_Merge(src proto.Message)
- func (m *Config) XXX_Size() int
- func (m *Config) XXX_Unmarshal(b []byte) error
- type Distributor
- func (*Distributor) Descriptor() ([]byte, []int)
- func (m *Distributor) GetAlias() *Alias
- func (m *Distributor) GetDistributorType() isDistributor_DistributorType
- func (m *Distributor) GetJobsim() *jobsim.Config
- func (m *Distributor) GetSwarmingV1() *v1.Config
- func (*Distributor) ProtoMessage()
- func (m *Distributor) Reset()
- func (m *Distributor) String() string
- func (m *Distributor) XXX_DiscardUnknown()
- func (m *Distributor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Distributor) XXX_Merge(src proto.Message)
- func (*Distributor) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, ...)
- func (m *Distributor) XXX_Size() int
- func (m *Distributor) XXX_Unmarshal(b []byte) error
- type Distributor_Alias
- type Distributor_Jobsim
- type Distributor_SwarmingV1
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alias ¶
type Alias struct { OtherConfig string `protobuf:"bytes,1,opt,name=other_config,json=otherConfig,proto3" json:"other_config,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Alias) Descriptor ¶
func (*Alias) GetOtherConfig ¶
func (*Alias) ProtoMessage ¶
func (*Alias) ProtoMessage()
func (*Alias) XXX_DiscardUnknown ¶
func (m *Alias) XXX_DiscardUnknown()
func (*Alias) XXX_Marshal ¶
func (*Alias) XXX_Unmarshal ¶
type Config ¶
type Config struct { DistributorConfigs map[string]*Distributor `` /* 203-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Config) Descriptor ¶
func (*Config) GetDistributorConfigs ¶
func (m *Config) GetDistributorConfigs() map[string]*Distributor
func (*Config) ProtoMessage ¶
func (*Config) ProtoMessage()
func (*Config) XXX_DiscardUnknown ¶
func (m *Config) XXX_DiscardUnknown()
func (*Config) XXX_Marshal ¶
func (*Config) XXX_Unmarshal ¶
type Distributor ¶
type Distributor struct { // TODO(iannucci): Maybe something like Any or extensions would be a better // fit here? The ultimate goal is that users will be able to use the proto // text format for luci-config. I suspect that Any or extensions would lose // the ability to validate such text-formatted protobufs, but maybe that's // not the case. // // Types that are valid to be assigned to DistributorType: // *Distributor_Alias // *Distributor_SwarmingV1 // *Distributor_Jobsim DistributorType isDistributor_DistributorType `protobuf_oneof:"distributor_type"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Distributor) Descriptor ¶
func (*Distributor) Descriptor() ([]byte, []int)
func (*Distributor) GetAlias ¶
func (m *Distributor) GetAlias() *Alias
func (*Distributor) GetDistributorType ¶
func (m *Distributor) GetDistributorType() isDistributor_DistributorType
func (*Distributor) GetJobsim ¶
func (m *Distributor) GetJobsim() *jobsim.Config
func (*Distributor) GetSwarmingV1 ¶
func (m *Distributor) GetSwarmingV1() *v1.Config
func (*Distributor) ProtoMessage ¶
func (*Distributor) ProtoMessage()
func (*Distributor) Reset ¶
func (m *Distributor) Reset()
func (*Distributor) String ¶
func (m *Distributor) String() string
func (*Distributor) XXX_DiscardUnknown ¶
func (m *Distributor) XXX_DiscardUnknown()
func (*Distributor) XXX_Marshal ¶
func (m *Distributor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Distributor) XXX_Merge ¶
func (m *Distributor) XXX_Merge(src proto.Message)
func (*Distributor) XXX_OneofFuncs ¶
func (*Distributor) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})
XXX_OneofFuncs is for the internal use of the proto package.
func (*Distributor) XXX_Size ¶
func (m *Distributor) XXX_Size() int
func (*Distributor) XXX_Unmarshal ¶
func (m *Distributor) XXX_Unmarshal(b []byte) error
type Distributor_Alias ¶
type Distributor_Alias struct {
Alias *Alias `protobuf:"bytes,1,opt,name=alias,proto3,oneof"`
}
type Distributor_Jobsim ¶
type Distributor_SwarmingV1 ¶
Click to show internal directories.
Click to hide internal directories.