Documentation ¶
Index ¶
- type ConfigRequest
- func (m *ConfigRequest) BindPort(name string, value uint16) error
- func (*ConfigRequest) Descriptor() ([]byte, []int)
- func (m *ConfigRequest) GetPort(name string, value uint16) (uint16, error)
- func (m *ConfigRequest) GetV1() *ConfigRequest_V1
- func (m *ConfigRequest) ListPorts() []a2conf.PortInfo
- func (c *ConfigRequest) PrepareSystemConfig(creds *config.TLSCredentials) (config.PreparedSystemConfig, error)
- func (*ConfigRequest) ProtoMessage()
- func (m *ConfigRequest) Reset()
- func (m *ConfigRequest) ServiceName() string
- func (c *ConfigRequest) SetGlobalConfig(g *config.GlobalConfig)
- func (m *ConfigRequest) String() string
- func (c *ConfigRequest) Validate() error
- func (m *ConfigRequest) XXX_DiscardUnknown()
- func (m *ConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfigRequest) XXX_Merge(src proto.Message)
- func (m *ConfigRequest) XXX_Size() int
- func (m *ConfigRequest) XXX_Unmarshal(b []byte) error
- type ConfigRequest_V1
- func (*ConfigRequest_V1) Descriptor() ([]byte, []int)
- func (m *ConfigRequest_V1) GetSvc() *ConfigRequest_V1_Service
- func (m *ConfigRequest_V1) GetSys() *ConfigRequest_V1_System
- func (*ConfigRequest_V1) ProtoMessage()
- func (m *ConfigRequest_V1) Reset()
- func (m *ConfigRequest_V1) String() string
- func (m *ConfigRequest_V1) XXX_DiscardUnknown()
- func (m *ConfigRequest_V1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfigRequest_V1) XXX_Merge(src proto.Message)
- func (m *ConfigRequest_V1) XXX_Size() int
- func (m *ConfigRequest_V1) XXX_Unmarshal(b []byte) error
- type ConfigRequest_V1_Service
- func (*ConfigRequest_V1_Service) Descriptor() ([]byte, []int)
- func (*ConfigRequest_V1_Service) ProtoMessage()
- func (m *ConfigRequest_V1_Service) Reset()
- func (m *ConfigRequest_V1_Service) String() string
- func (m *ConfigRequest_V1_Service) XXX_DiscardUnknown()
- func (m *ConfigRequest_V1_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfigRequest_V1_Service) XXX_Merge(src proto.Message)
- func (m *ConfigRequest_V1_Service) XXX_Size() int
- func (m *ConfigRequest_V1_Service) XXX_Unmarshal(b []byte) error
- type ConfigRequest_V1_System
- func (*ConfigRequest_V1_System) Descriptor() ([]byte, []int)
- func (m *ConfigRequest_V1_System) GetLogger() *ConfigRequest_V1_System_Logger
- func (m *ConfigRequest_V1_System) GetMlsa() *shared.Mlsa
- func (m *ConfigRequest_V1_System) GetService() *ConfigRequest_V1_System_Service
- func (m *ConfigRequest_V1_System) GetTls() *shared.TLSCredentials
- func (*ConfigRequest_V1_System) ProtoMessage()
- func (m *ConfigRequest_V1_System) Reset()
- func (m *ConfigRequest_V1_System) String() string
- func (m *ConfigRequest_V1_System) XXX_DiscardUnknown()
- func (m *ConfigRequest_V1_System) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfigRequest_V1_System) XXX_Merge(src proto.Message)
- func (m *ConfigRequest_V1_System) XXX_Size() int
- func (m *ConfigRequest_V1_System) XXX_Unmarshal(b []byte) error
- type ConfigRequest_V1_System_Logger
- func (*ConfigRequest_V1_System_Logger) Descriptor() ([]byte, []int)
- func (m *ConfigRequest_V1_System_Logger) GetFormat() *wrappers.StringValue
- func (m *ConfigRequest_V1_System_Logger) GetLevel() *wrappers.StringValue
- func (*ConfigRequest_V1_System_Logger) ProtoMessage()
- func (m *ConfigRequest_V1_System_Logger) Reset()
- func (m *ConfigRequest_V1_System_Logger) String() string
- func (m *ConfigRequest_V1_System_Logger) XXX_DiscardUnknown()
- func (m *ConfigRequest_V1_System_Logger) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfigRequest_V1_System_Logger) XXX_Merge(src proto.Message)
- func (m *ConfigRequest_V1_System_Logger) XXX_Size() int
- func (m *ConfigRequest_V1_System_Logger) XXX_Unmarshal(b []byte) error
- type ConfigRequest_V1_System_Service
- func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int)
- func (m *ConfigRequest_V1_System_Service) GetExternalFqdn() *wrappers.StringValue
- func (m *ConfigRequest_V1_System_Service) GetHost() *wrappers.StringValue
- func (m *ConfigRequest_V1_System_Service) GetPort() *wrappers.Int32Value
- func (*ConfigRequest_V1_System_Service) ProtoMessage()
- func (m *ConfigRequest_V1_System_Service) Reset()
- func (m *ConfigRequest_V1_System_Service) String() string
- func (m *ConfigRequest_V1_System_Service) XXX_DiscardUnknown()
- func (m *ConfigRequest_V1_System_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (dst *ConfigRequest_V1_System_Service) XXX_Merge(src proto.Message)
- func (m *ConfigRequest_V1_System_Service) XXX_Size() int
- func (m *ConfigRequest_V1_System_Service) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigRequest ¶
type ConfigRequest struct { V1 *ConfigRequest_V1 `protobuf:"bytes,3,opt,name=v1,proto3" json:"v1,omitempty" toml:"v1,omitempty" mapstructure:"v1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_unrecognized []byte `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_sizecache int32 `json:"-" toml:"-" mapstructure:"-,omitempty"` }
func DefaultConfigRequest ¶
func DefaultConfigRequest() *ConfigRequest
DefaultConfigRequest returns a new instance of ConfigRequest with default values.
func NewConfigRequest ¶
func NewConfigRequest() *ConfigRequest
NewConfigRequest returns a new instance of ConfigRequest with zero values.
func (*ConfigRequest) BindPort ¶
func (m *ConfigRequest) BindPort(name string, value uint16) error
BindPort sets the port tagged with the given name
func (*ConfigRequest) Descriptor ¶
func (*ConfigRequest) Descriptor() ([]byte, []int)
func (*ConfigRequest) GetPort ¶
func (m *ConfigRequest) GetPort(name string, value uint16) (uint16, error)
GetPort gets the port tagged with the given name. If the value is not set, it returns 0.
func (*ConfigRequest) GetV1 ¶
func (m *ConfigRequest) GetV1() *ConfigRequest_V1
func (*ConfigRequest) ListPorts ¶
func (m *ConfigRequest) ListPorts() []a2conf.PortInfo
ListPorts lists all the ports exposed by the config
func (*ConfigRequest) PrepareSystemConfig ¶
func (c *ConfigRequest) PrepareSystemConfig(creds *config.TLSCredentials) (config.PreparedSystemConfig, error)
PrepareSystemConfig returns a system configuration that can be used to start the service.
func (*ConfigRequest) ProtoMessage ¶
func (*ConfigRequest) ProtoMessage()
func (*ConfigRequest) Reset ¶
func (m *ConfigRequest) Reset()
func (*ConfigRequest) ServiceName ¶
func (m *ConfigRequest) ServiceName() string
ServiceName returns the name of the service this config belongs to
func (*ConfigRequest) SetGlobalConfig ¶
func (c *ConfigRequest) SetGlobalConfig(g *config.GlobalConfig)
SetGlobalConfig imports settings from the global configuration
func (*ConfigRequest) String ¶
func (m *ConfigRequest) String() string
func (*ConfigRequest) Validate ¶
func (c *ConfigRequest) Validate() error
Validate validates that the config is sufficient to start the Service. If validation succeeds it will return nil, if it fails it will return a new instance of config.InvalidConfigError that has the missing keys and invalid fields populated.
func (*ConfigRequest) XXX_DiscardUnknown ¶
func (m *ConfigRequest) XXX_DiscardUnknown()
func (*ConfigRequest) XXX_Marshal ¶
func (m *ConfigRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigRequest) XXX_Merge ¶
func (dst *ConfigRequest) XXX_Merge(src proto.Message)
func (*ConfigRequest) XXX_Size ¶
func (m *ConfigRequest) XXX_Size() int
func (*ConfigRequest) XXX_Unmarshal ¶
func (m *ConfigRequest) XXX_Unmarshal(b []byte) error
type ConfigRequest_V1 ¶
type ConfigRequest_V1 struct { Sys *ConfigRequest_V1_System `protobuf:"bytes,1,opt,name=sys,proto3" json:"sys,omitempty" toml:"sys,omitempty" mapstructure:"sys,omitempty"` Svc *ConfigRequest_V1_Service `protobuf:"bytes,2,opt,name=svc,proto3" json:"svc,omitempty" toml:"svc,omitempty" mapstructure:"svc,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_unrecognized []byte `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_sizecache int32 `json:"-" toml:"-" mapstructure:"-,omitempty"` }
func (*ConfigRequest_V1) Descriptor ¶
func (*ConfigRequest_V1) Descriptor() ([]byte, []int)
func (*ConfigRequest_V1) GetSvc ¶
func (m *ConfigRequest_V1) GetSvc() *ConfigRequest_V1_Service
func (*ConfigRequest_V1) GetSys ¶
func (m *ConfigRequest_V1) GetSys() *ConfigRequest_V1_System
func (*ConfigRequest_V1) ProtoMessage ¶
func (*ConfigRequest_V1) ProtoMessage()
func (*ConfigRequest_V1) Reset ¶
func (m *ConfigRequest_V1) Reset()
func (*ConfigRequest_V1) String ¶
func (m *ConfigRequest_V1) String() string
func (*ConfigRequest_V1) XXX_DiscardUnknown ¶
func (m *ConfigRequest_V1) XXX_DiscardUnknown()
func (*ConfigRequest_V1) XXX_Marshal ¶
func (m *ConfigRequest_V1) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigRequest_V1) XXX_Merge ¶
func (dst *ConfigRequest_V1) XXX_Merge(src proto.Message)
func (*ConfigRequest_V1) XXX_Size ¶
func (m *ConfigRequest_V1) XXX_Size() int
func (*ConfigRequest_V1) XXX_Unmarshal ¶
func (m *ConfigRequest_V1) XXX_Unmarshal(b []byte) error
type ConfigRequest_V1_Service ¶
type ConfigRequest_V1_Service struct { XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_unrecognized []byte `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_sizecache int32 `json:"-" toml:"-" mapstructure:"-,omitempty"` }
func (*ConfigRequest_V1_Service) Descriptor ¶
func (*ConfigRequest_V1_Service) Descriptor() ([]byte, []int)
func (*ConfigRequest_V1_Service) ProtoMessage ¶
func (*ConfigRequest_V1_Service) ProtoMessage()
func (*ConfigRequest_V1_Service) Reset ¶
func (m *ConfigRequest_V1_Service) Reset()
func (*ConfigRequest_V1_Service) String ¶
func (m *ConfigRequest_V1_Service) String() string
func (*ConfigRequest_V1_Service) XXX_DiscardUnknown ¶
func (m *ConfigRequest_V1_Service) XXX_DiscardUnknown()
func (*ConfigRequest_V1_Service) XXX_Marshal ¶
func (m *ConfigRequest_V1_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigRequest_V1_Service) XXX_Merge ¶
func (dst *ConfigRequest_V1_Service) XXX_Merge(src proto.Message)
func (*ConfigRequest_V1_Service) XXX_Size ¶
func (m *ConfigRequest_V1_Service) XXX_Size() int
func (*ConfigRequest_V1_Service) XXX_Unmarshal ¶
func (m *ConfigRequest_V1_Service) XXX_Unmarshal(b []byte) error
type ConfigRequest_V1_System ¶
type ConfigRequest_V1_System struct { Mlsa *shared.Mlsa `protobuf:"bytes,1,opt,name=mlsa,proto3" json:"mlsa,omitempty" toml:"mlsa,omitempty" mapstructure:"mlsa,omitempty"` Tls *shared.TLSCredentials `protobuf:"bytes,2,opt,name=tls,proto3" json:"tls,omitempty" toml:"tls,omitempty" mapstructure:"tls,omitempty"` Service *ConfigRequest_V1_System_Service `protobuf:"bytes,3,opt,name=service,proto3" json:"service,omitempty" toml:"service,omitempty" mapstructure:"service,omitempty"` Logger *ConfigRequest_V1_System_Logger `protobuf:"bytes,4,opt,name=logger,proto3" json:"logger,omitempty" toml:"logger,omitempty" mapstructure:"logger,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_unrecognized []byte `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_sizecache int32 `json:"-" toml:"-" mapstructure:"-,omitempty"` }
func (*ConfigRequest_V1_System) Descriptor ¶
func (*ConfigRequest_V1_System) Descriptor() ([]byte, []int)
func (*ConfigRequest_V1_System) GetLogger ¶
func (m *ConfigRequest_V1_System) GetLogger() *ConfigRequest_V1_System_Logger
func (*ConfigRequest_V1_System) GetMlsa ¶
func (m *ConfigRequest_V1_System) GetMlsa() *shared.Mlsa
func (*ConfigRequest_V1_System) GetService ¶
func (m *ConfigRequest_V1_System) GetService() *ConfigRequest_V1_System_Service
func (*ConfigRequest_V1_System) GetTls ¶
func (m *ConfigRequest_V1_System) GetTls() *shared.TLSCredentials
func (*ConfigRequest_V1_System) ProtoMessage ¶
func (*ConfigRequest_V1_System) ProtoMessage()
func (*ConfigRequest_V1_System) Reset ¶
func (m *ConfigRequest_V1_System) Reset()
func (*ConfigRequest_V1_System) String ¶
func (m *ConfigRequest_V1_System) String() string
func (*ConfigRequest_V1_System) XXX_DiscardUnknown ¶
func (m *ConfigRequest_V1_System) XXX_DiscardUnknown()
func (*ConfigRequest_V1_System) XXX_Marshal ¶
func (m *ConfigRequest_V1_System) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigRequest_V1_System) XXX_Merge ¶
func (dst *ConfigRequest_V1_System) XXX_Merge(src proto.Message)
func (*ConfigRequest_V1_System) XXX_Size ¶
func (m *ConfigRequest_V1_System) XXX_Size() int
func (*ConfigRequest_V1_System) XXX_Unmarshal ¶
func (m *ConfigRequest_V1_System) XXX_Unmarshal(b []byte) error
type ConfigRequest_V1_System_Logger ¶
type ConfigRequest_V1_System_Logger struct { Format *wrappers.StringValue `protobuf:"bytes,1,opt,name=format,proto3" json:"format,omitempty" toml:"format,omitempty" mapstructure:"format,omitempty"` Level *wrappers.StringValue `protobuf:"bytes,2,opt,name=level,proto3" json:"level,omitempty" toml:"level,omitempty" mapstructure:"level,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_unrecognized []byte `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_sizecache int32 `json:"-" toml:"-" mapstructure:"-,omitempty"` }
func (*ConfigRequest_V1_System_Logger) Descriptor ¶
func (*ConfigRequest_V1_System_Logger) Descriptor() ([]byte, []int)
func (*ConfigRequest_V1_System_Logger) GetFormat ¶
func (m *ConfigRequest_V1_System_Logger) GetFormat() *wrappers.StringValue
func (*ConfigRequest_V1_System_Logger) GetLevel ¶
func (m *ConfigRequest_V1_System_Logger) GetLevel() *wrappers.StringValue
func (*ConfigRequest_V1_System_Logger) ProtoMessage ¶
func (*ConfigRequest_V1_System_Logger) ProtoMessage()
func (*ConfigRequest_V1_System_Logger) Reset ¶
func (m *ConfigRequest_V1_System_Logger) Reset()
func (*ConfigRequest_V1_System_Logger) String ¶
func (m *ConfigRequest_V1_System_Logger) String() string
func (*ConfigRequest_V1_System_Logger) XXX_DiscardUnknown ¶
func (m *ConfigRequest_V1_System_Logger) XXX_DiscardUnknown()
func (*ConfigRequest_V1_System_Logger) XXX_Marshal ¶
func (m *ConfigRequest_V1_System_Logger) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigRequest_V1_System_Logger) XXX_Merge ¶
func (dst *ConfigRequest_V1_System_Logger) XXX_Merge(src proto.Message)
func (*ConfigRequest_V1_System_Logger) XXX_Size ¶
func (m *ConfigRequest_V1_System_Logger) XXX_Size() int
func (*ConfigRequest_V1_System_Logger) XXX_Unmarshal ¶
func (m *ConfigRequest_V1_System_Logger) XXX_Unmarshal(b []byte) error
type ConfigRequest_V1_System_Service ¶
type ConfigRequest_V1_System_Service struct { Host *wrappers.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` Port *wrappers.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` ExternalFqdn *wrappers.StringValue `` /* 167-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_unrecognized []byte `json:"-" toml:"-" mapstructure:"-,omitempty"` XXX_sizecache int32 `json:"-" toml:"-" mapstructure:"-,omitempty"` }
func (*ConfigRequest_V1_System_Service) Descriptor ¶
func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int)
func (*ConfigRequest_V1_System_Service) GetExternalFqdn ¶
func (m *ConfigRequest_V1_System_Service) GetExternalFqdn() *wrappers.StringValue
func (*ConfigRequest_V1_System_Service) GetHost ¶
func (m *ConfigRequest_V1_System_Service) GetHost() *wrappers.StringValue
func (*ConfigRequest_V1_System_Service) GetPort ¶
func (m *ConfigRequest_V1_System_Service) GetPort() *wrappers.Int32Value
func (*ConfigRequest_V1_System_Service) ProtoMessage ¶
func (*ConfigRequest_V1_System_Service) ProtoMessage()
func (*ConfigRequest_V1_System_Service) Reset ¶
func (m *ConfigRequest_V1_System_Service) Reset()
func (*ConfigRequest_V1_System_Service) String ¶
func (m *ConfigRequest_V1_System_Service) String() string
func (*ConfigRequest_V1_System_Service) XXX_DiscardUnknown ¶
func (m *ConfigRequest_V1_System_Service) XXX_DiscardUnknown()
func (*ConfigRequest_V1_System_Service) XXX_Marshal ¶
func (m *ConfigRequest_V1_System_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ConfigRequest_V1_System_Service) XXX_Merge ¶
func (dst *ConfigRequest_V1_System_Service) XXX_Merge(src proto.Message)
func (*ConfigRequest_V1_System_Service) XXX_Size ¶
func (m *ConfigRequest_V1_System_Service) XXX_Size() int
func (*ConfigRequest_V1_System_Service) XXX_Unmarshal ¶
func (m *ConfigRequest_V1_System_Service) XXX_Unmarshal(b []byte) error