Documentation ¶
Overview ¶
Package internalcfgpb contains messages used by Swarming config system.
Index ¶
- Variables
- type ConfigBundle
- func (*ConfigBundle) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigBundle) GetBots() *config.BotsCfg
- func (x *ConfigBundle) GetDigest() string
- func (x *ConfigBundle) GetPools() *config.PoolsCfg
- func (x *ConfigBundle) GetRevision() string
- func (x *ConfigBundle) GetScripts() map[string]string
- func (x *ConfigBundle) GetSettings() *config.SettingsCfg
- func (*ConfigBundle) ProtoMessage()
- func (x *ConfigBundle) ProtoReflect() protoreflect.Message
- func (x *ConfigBundle) Reset()
- func (x *ConfigBundle) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_swarming_server_cfg_internalcfgpb_cfg_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ConfigBundle ¶
type ConfigBundle struct { Revision string `protobuf:"bytes,1,opt,name=revision,proto3" json:"revision,omitempty"` Digest string `protobuf:"bytes,2,opt,name=digest,proto3" json:"digest,omitempty"` Settings *config.SettingsCfg `protobuf:"bytes,3,opt,name=settings,proto3" json:"settings,omitempty"` Pools *config.PoolsCfg `protobuf:"bytes,4,opt,name=pools,proto3" json:"pools,omitempty"` Bots *config.BotsCfg `protobuf:"bytes,5,opt,name=bots,proto3" json:"bots,omitempty"` Scripts map[string]string `` /* 155-byte string literal not displayed */ // contains filtered or unexported fields }
ConfigBundle is stored in the datastore in a compressed form.
func (*ConfigBundle) Descriptor
deprecated
func (*ConfigBundle) Descriptor() ([]byte, []int)
Deprecated: Use ConfigBundle.ProtoReflect.Descriptor instead.
func (*ConfigBundle) GetBots ¶
func (x *ConfigBundle) GetBots() *config.BotsCfg
func (*ConfigBundle) GetDigest ¶
func (x *ConfigBundle) GetDigest() string
func (*ConfigBundle) GetPools ¶
func (x *ConfigBundle) GetPools() *config.PoolsCfg
func (*ConfigBundle) GetRevision ¶
func (x *ConfigBundle) GetRevision() string
func (*ConfigBundle) GetScripts ¶
func (x *ConfigBundle) GetScripts() map[string]string
func (*ConfigBundle) GetSettings ¶
func (x *ConfigBundle) GetSettings() *config.SettingsCfg
func (*ConfigBundle) ProtoMessage ¶
func (*ConfigBundle) ProtoMessage()
func (*ConfigBundle) ProtoReflect ¶
func (x *ConfigBundle) ProtoReflect() protoreflect.Message
func (*ConfigBundle) Reset ¶
func (x *ConfigBundle) Reset()
func (*ConfigBundle) String ¶
func (x *ConfigBundle) String() string
Click to show internal directories.
Click to hide internal directories.