Documentation ¶
Index ¶
- Variables
- type ConfigRequest
- func (m *ConfigRequest) BindPort(name string, value uint16) error
- func (*ConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (m *ConfigRequest) GetPort(name string) (uint16, error)
- func (m *ConfigRequest) GetSecret(name string) *wrappers.StringValue
- func (x *ConfigRequest) GetV1() *ConfigRequest_V1
- func (m *ConfigRequest) ListPorts() []a2conf.PortInfo
- func (m *ConfigRequest) ListSecrets() []a2conf.SecretInfo
- func (c *ConfigRequest) PrepareSystemConfig(creds *config.TLSCredentials) (config.PreparedSystemConfig, error)
- func (*ConfigRequest) ProtoMessage()
- func (x *ConfigRequest) ProtoReflect() protoreflect.Message
- func (x *ConfigRequest) Reset()
- func (m *ConfigRequest) ServiceName() string
- func (c *ConfigRequest) SetGlobalConfig(g *config.GlobalConfig)
- func (m *ConfigRequest) SetSecret(name string, value *wrappers.StringValue) error
- func (x *ConfigRequest) String() string
- func (c *ConfigRequest) Validate() error
- type ConfigRequest_V1
- func (*ConfigRequest_V1) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigRequest_V1) GetSvc() *ConfigRequest_V1_Service
- func (x *ConfigRequest_V1) GetSys() *ConfigRequest_V1_System
- func (*ConfigRequest_V1) ProtoMessage()
- func (x *ConfigRequest_V1) ProtoReflect() protoreflect.Message
- func (x *ConfigRequest_V1) Reset()
- func (x *ConfigRequest_V1) String() string
- type ConfigRequest_V1_Service
- type ConfigRequest_V1_System
- func (*ConfigRequest_V1_System) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigRequest_V1_System) GetDisable() *wrapperspb.BoolValue
- func (x *ConfigRequest_V1_System) GetLogger() *ConfigRequest_V1_System_Logger
- func (x *ConfigRequest_V1_System) GetPg() *ConfigRequest_V1_System_PGConfig
- func (x *ConfigRequest_V1_System) GetService() *ConfigRequest_V1_System_Service
- func (x *ConfigRequest_V1_System) GetSuperuser() *ConfigRequest_V1_System_Superuser
- func (x *ConfigRequest_V1_System) GetTls() *shared.TLSCredentials
- func (*ConfigRequest_V1_System) ProtoMessage()
- func (x *ConfigRequest_V1_System) ProtoReflect() protoreflect.Message
- func (x *ConfigRequest_V1_System) Reset()
- func (x *ConfigRequest_V1_System) String() string
- type ConfigRequest_V1_System_Logger
- func (*ConfigRequest_V1_System_Logger) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigRequest_V1_System_Logger) GetLevel() *wrapperspb.StringValue
- func (*ConfigRequest_V1_System_Logger) ProtoMessage()
- func (x *ConfigRequest_V1_System_Logger) ProtoReflect() protoreflect.Message
- func (x *ConfigRequest_V1_System_Logger) Reset()
- func (x *ConfigRequest_V1_System_Logger) String() string
- type ConfigRequest_V1_System_PGConfig
- func (*ConfigRequest_V1_System_PGConfig) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigRequest_V1_System_PGConfig) GetCheckpointCompletionTarget() *wrapperspb.FloatValue
- func (x *ConfigRequest_V1_System_PGConfig) GetCheckpointTimeout() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetCheckpointWarning() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetClientMinMessages() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetEffectiveCacheSize() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetLogDisconnections() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetMaxConnections() *wrapperspb.Int32Value
- func (x *ConfigRequest_V1_System_PGConfig) GetMaxLocksPerTransaction() *wrapperspb.Int32Value
- func (x *ConfigRequest_V1_System_PGConfig) GetMaxWalSize() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetMd5AuthCidrAddresses() []string
- func (x *ConfigRequest_V1_System_PGConfig) GetMinWalSize() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetSharedBuffers() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetSslCiphers() *wrapperspb.StringValue
- func (x *ConfigRequest_V1_System_PGConfig) GetWalKeepSize() *wrapperspb.Int32Value
- func (x *ConfigRequest_V1_System_PGConfig) GetWorkMem() *wrapperspb.StringValue
- func (*ConfigRequest_V1_System_PGConfig) ProtoMessage()
- func (x *ConfigRequest_V1_System_PGConfig) ProtoReflect() protoreflect.Message
- func (x *ConfigRequest_V1_System_PGConfig) Reset()
- func (x *ConfigRequest_V1_System_PGConfig) String() string
- type ConfigRequest_V1_System_Service
- func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValuedeprecated
- func (x *ConfigRequest_V1_System_Service) GetPort() *wrapperspb.Int32Value
- func (*ConfigRequest_V1_System_Service) ProtoMessage()
- func (x *ConfigRequest_V1_System_Service) ProtoReflect() protoreflect.Message
- func (x *ConfigRequest_V1_System_Service) Reset()
- func (x *ConfigRequest_V1_System_Service) String() string
- type ConfigRequest_V1_System_Superuser
- func (*ConfigRequest_V1_System_Superuser) Descriptor() ([]byte, []int)deprecated
- func (x *ConfigRequest_V1_System_Superuser) GetName() *wrapperspb.StringValue
- func (*ConfigRequest_V1_System_Superuser) ProtoMessage()
- func (x *ConfigRequest_V1_System_Superuser) ProtoReflect() protoreflect.Message
- func (x *ConfigRequest_V1_System_Superuser) Reset()
- func (x *ConfigRequest_V1_System_Superuser) String() string
Constants ¶
This section is empty.
Variables ¶
var File_config_postgresql_config_request_proto protoreflect.FileDescriptor
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"` // contains filtered or unexported fields }
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
deprecated
func (*ConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest.ProtoReflect.Descriptor instead.
func (*ConfigRequest) GetPort ¶
func (m *ConfigRequest) GetPort(name string) (uint16, error)
GetPort gets the port tagged with the given name. If the value is not set, it returns 0.
func (*ConfigRequest) GetSecret ¶
func (m *ConfigRequest) GetSecret(name string) *wrappers.StringValue
GetSecret gets a secret by name. Returns nil if it is not set
func (*ConfigRequest) GetV1 ¶
func (x *ConfigRequest) GetV1() *ConfigRequest_V1
func (*ConfigRequest) ListPorts ¶
func (m *ConfigRequest) ListPorts() []a2conf.PortInfo
ListPorts lists all the ports exposed by the config
func (*ConfigRequest) ListSecrets ¶
func (m *ConfigRequest) ListSecrets() []a2conf.SecretInfo
ListSecrets lists all the secrets 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) ProtoReflect ¶
func (x *ConfigRequest) ProtoReflect() protoreflect.Message
func (*ConfigRequest) Reset ¶
func (x *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) SetSecret ¶
func (m *ConfigRequest) SetSecret(name string, value *wrappers.StringValue) error
SetSecret sets a secret by name. Returns ErrSecretNotFound if the secret does not exist
func (*ConfigRequest) String ¶
func (x *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.
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"` // contains filtered or unexported fields }
func (*ConfigRequest_V1) Descriptor
deprecated
func (*ConfigRequest_V1) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest_V1.ProtoReflect.Descriptor instead.
func (*ConfigRequest_V1) GetSvc ¶
func (x *ConfigRequest_V1) GetSvc() *ConfigRequest_V1_Service
func (*ConfigRequest_V1) GetSys ¶
func (x *ConfigRequest_V1) GetSys() *ConfigRequest_V1_System
func (*ConfigRequest_V1) ProtoMessage ¶
func (*ConfigRequest_V1) ProtoMessage()
func (*ConfigRequest_V1) ProtoReflect ¶
func (x *ConfigRequest_V1) ProtoReflect() protoreflect.Message
func (*ConfigRequest_V1) Reset ¶
func (x *ConfigRequest_V1) Reset()
func (*ConfigRequest_V1) String ¶
func (x *ConfigRequest_V1) String() string
type ConfigRequest_V1_Service ¶
type ConfigRequest_V1_Service struct {
// contains filtered or unexported fields
}
func (*ConfigRequest_V1_Service) Descriptor
deprecated
func (*ConfigRequest_V1_Service) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest_V1_Service.ProtoReflect.Descriptor instead.
func (*ConfigRequest_V1_Service) ProtoMessage ¶
func (*ConfigRequest_V1_Service) ProtoMessage()
func (*ConfigRequest_V1_Service) ProtoReflect ¶
func (x *ConfigRequest_V1_Service) ProtoReflect() protoreflect.Message
func (*ConfigRequest_V1_Service) Reset ¶
func (x *ConfigRequest_V1_Service) Reset()
func (*ConfigRequest_V1_Service) String ¶
func (x *ConfigRequest_V1_Service) String() string
type ConfigRequest_V1_System ¶
type ConfigRequest_V1_System struct { Service *ConfigRequest_V1_System_Service `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty" toml:"service,omitempty" mapstructure:"service,omitempty"` Pg *ConfigRequest_V1_System_PGConfig `protobuf:"bytes,2,opt,name=pg,proto3" json:"pg,omitempty" toml:"pg,omitempty" mapstructure:"pg,omitempty"` Logger *ConfigRequest_V1_System_Logger `protobuf:"bytes,3,opt,name=logger,proto3" json:"logger,omitempty" toml:"logger,omitempty" mapstructure:"logger,omitempty"` Superuser *ConfigRequest_V1_System_Superuser `` /* 133-byte string literal not displayed */ Tls *shared.TLSCredentials `protobuf:"bytes,5,opt,name=tls,proto3" json:"tls,omitempty" toml:"tls,omitempty" mapstructure:"tls,omitempty"` Disable *wrapperspb.BoolValue `protobuf:"bytes,6,opt,name=disable,proto3" json:"disable,omitempty" toml:"disable,omitempty" mapstructure:"disable,omitempty"` // If set to true, automate-postgresql will noop. Derived from the global config // contains filtered or unexported fields }
func (*ConfigRequest_V1_System) Descriptor
deprecated
func (*ConfigRequest_V1_System) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest_V1_System.ProtoReflect.Descriptor instead.
func (*ConfigRequest_V1_System) GetDisable ¶
func (x *ConfigRequest_V1_System) GetDisable() *wrapperspb.BoolValue
func (*ConfigRequest_V1_System) GetLogger ¶
func (x *ConfigRequest_V1_System) GetLogger() *ConfigRequest_V1_System_Logger
func (*ConfigRequest_V1_System) GetPg ¶
func (x *ConfigRequest_V1_System) GetPg() *ConfigRequest_V1_System_PGConfig
func (*ConfigRequest_V1_System) GetService ¶
func (x *ConfigRequest_V1_System) GetService() *ConfigRequest_V1_System_Service
func (*ConfigRequest_V1_System) GetSuperuser ¶
func (x *ConfigRequest_V1_System) GetSuperuser() *ConfigRequest_V1_System_Superuser
func (*ConfigRequest_V1_System) GetTls ¶
func (x *ConfigRequest_V1_System) GetTls() *shared.TLSCredentials
func (*ConfigRequest_V1_System) ProtoMessage ¶
func (*ConfigRequest_V1_System) ProtoMessage()
func (*ConfigRequest_V1_System) ProtoReflect ¶
func (x *ConfigRequest_V1_System) ProtoReflect() protoreflect.Message
func (*ConfigRequest_V1_System) Reset ¶
func (x *ConfigRequest_V1_System) Reset()
func (*ConfigRequest_V1_System) String ¶
func (x *ConfigRequest_V1_System) String() string
type ConfigRequest_V1_System_Logger ¶
type ConfigRequest_V1_System_Logger struct { Level *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=level,proto3" json:"level,omitempty" toml:"level,omitempty" mapstructure:"level,omitempty"` // contains filtered or unexported fields }
func (*ConfigRequest_V1_System_Logger) Descriptor
deprecated
func (*ConfigRequest_V1_System_Logger) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest_V1_System_Logger.ProtoReflect.Descriptor instead.
func (*ConfigRequest_V1_System_Logger) GetLevel ¶
func (x *ConfigRequest_V1_System_Logger) GetLevel() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_Logger) ProtoMessage ¶
func (*ConfigRequest_V1_System_Logger) ProtoMessage()
func (*ConfigRequest_V1_System_Logger) ProtoReflect ¶
func (x *ConfigRequest_V1_System_Logger) ProtoReflect() protoreflect.Message
func (*ConfigRequest_V1_System_Logger) Reset ¶
func (x *ConfigRequest_V1_System_Logger) Reset()
func (*ConfigRequest_V1_System_Logger) String ¶
func (x *ConfigRequest_V1_System_Logger) String() string
type ConfigRequest_V1_System_PGConfig ¶
type ConfigRequest_V1_System_PGConfig struct { MaxWalSize *wrapperspb.StringValue `` /* 161-byte string literal not displayed */ MinWalSize *wrapperspb.StringValue `` /* 161-byte string literal not displayed */ WalKeepSize *wrapperspb.Int32Value `` /* 166-byte string literal not displayed */ CheckpointTimeout *wrapperspb.StringValue `` /* 192-byte string literal not displayed */ CheckpointCompletionTarget *wrapperspb.FloatValue `` /* 241-byte string literal not displayed */ CheckpointWarning *wrapperspb.StringValue `` /* 192-byte string literal not displayed */ EffectiveCacheSize *wrapperspb.StringValue `` /* 201-byte string literal not displayed */ MaxConnections *wrapperspb.Int32Value `` /* 178-byte string literal not displayed */ MaxLocksPerTransaction *wrapperspb.Int32Value `` /* 226-byte string literal not displayed */ Md5AuthCidrAddresses []string `` /* 216-byte string literal not displayed */ WorkMem *wrapperspb.StringValue `` /* 143-byte string literal not displayed */ SslCiphers *wrapperspb.StringValue `` /* 158-byte string literal not displayed */ LogDisconnections *wrapperspb.StringValue `` /* 193-byte string literal not displayed */ ClientMinMessages *wrapperspb.StringValue `` /* 197-byte string literal not displayed */ // contains filtered or unexported fields }
func DefaultPGConfig ¶
func DefaultPGConfig() *ConfigRequest_V1_System_PGConfig
DefaultPGConfig returns a new instance of ConfigRequest_PGConfig with default values.
func NewPGConfig ¶
func NewPGConfig() *ConfigRequest_V1_System_PGConfig
NewPGConfig returns a new instance of ConfigRequest_PGConfig with zero values.
func (*ConfigRequest_V1_System_PGConfig) Descriptor
deprecated
func (*ConfigRequest_V1_System_PGConfig) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest_V1_System_PGConfig.ProtoReflect.Descriptor instead.
func (*ConfigRequest_V1_System_PGConfig) GetCheckpointCompletionTarget ¶
func (x *ConfigRequest_V1_System_PGConfig) GetCheckpointCompletionTarget() *wrapperspb.FloatValue
func (*ConfigRequest_V1_System_PGConfig) GetCheckpointTimeout ¶
func (x *ConfigRequest_V1_System_PGConfig) GetCheckpointTimeout() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetCheckpointWarning ¶
func (x *ConfigRequest_V1_System_PGConfig) GetCheckpointWarning() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetClientMinMessages ¶
func (x *ConfigRequest_V1_System_PGConfig) GetClientMinMessages() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetEffectiveCacheSize ¶
func (x *ConfigRequest_V1_System_PGConfig) GetEffectiveCacheSize() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetLogDisconnections ¶
func (x *ConfigRequest_V1_System_PGConfig) GetLogDisconnections() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetMaxConnections ¶
func (x *ConfigRequest_V1_System_PGConfig) GetMaxConnections() *wrapperspb.Int32Value
func (*ConfigRequest_V1_System_PGConfig) GetMaxLocksPerTransaction ¶
func (x *ConfigRequest_V1_System_PGConfig) GetMaxLocksPerTransaction() *wrapperspb.Int32Value
func (*ConfigRequest_V1_System_PGConfig) GetMaxWalSize ¶
func (x *ConfigRequest_V1_System_PGConfig) GetMaxWalSize() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetMd5AuthCidrAddresses ¶
func (x *ConfigRequest_V1_System_PGConfig) GetMd5AuthCidrAddresses() []string
func (*ConfigRequest_V1_System_PGConfig) GetMinWalSize ¶
func (x *ConfigRequest_V1_System_PGConfig) GetMinWalSize() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetSharedBuffers ¶
func (x *ConfigRequest_V1_System_PGConfig) GetSharedBuffers() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetSslCiphers ¶
func (x *ConfigRequest_V1_System_PGConfig) GetSslCiphers() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) GetWalKeepSize ¶
func (x *ConfigRequest_V1_System_PGConfig) GetWalKeepSize() *wrapperspb.Int32Value
func (*ConfigRequest_V1_System_PGConfig) GetWorkMem ¶
func (x *ConfigRequest_V1_System_PGConfig) GetWorkMem() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_PGConfig) ProtoMessage ¶
func (*ConfigRequest_V1_System_PGConfig) ProtoMessage()
func (*ConfigRequest_V1_System_PGConfig) ProtoReflect ¶
func (x *ConfigRequest_V1_System_PGConfig) ProtoReflect() protoreflect.Message
func (*ConfigRequest_V1_System_PGConfig) Reset ¶
func (x *ConfigRequest_V1_System_PGConfig) Reset()
func (*ConfigRequest_V1_System_PGConfig) String ¶
func (x *ConfigRequest_V1_System_PGConfig) String() string
type ConfigRequest_V1_System_Service ¶
type ConfigRequest_V1_System_Service struct { // Deprecated: Do not use. Host *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=host,proto3" json:"host,omitempty" toml:"host,omitempty" mapstructure:"host,omitempty"` // The listen host is no longer setable(localhost only) Port *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"` // contains filtered or unexported fields }
func (*ConfigRequest_V1_System_Service) Descriptor
deprecated
func (*ConfigRequest_V1_System_Service) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest_V1_System_Service.ProtoReflect.Descriptor instead.
func (*ConfigRequest_V1_System_Service) GetHost
deprecated
func (x *ConfigRequest_V1_System_Service) GetHost() *wrapperspb.StringValue
Deprecated: Do not use.
func (*ConfigRequest_V1_System_Service) GetPort ¶
func (x *ConfigRequest_V1_System_Service) GetPort() *wrapperspb.Int32Value
func (*ConfigRequest_V1_System_Service) ProtoMessage ¶
func (*ConfigRequest_V1_System_Service) ProtoMessage()
func (*ConfigRequest_V1_System_Service) ProtoReflect ¶
func (x *ConfigRequest_V1_System_Service) ProtoReflect() protoreflect.Message
func (*ConfigRequest_V1_System_Service) Reset ¶
func (x *ConfigRequest_V1_System_Service) Reset()
func (*ConfigRequest_V1_System_Service) String ¶
func (x *ConfigRequest_V1_System_Service) String() string
type ConfigRequest_V1_System_Superuser ¶
type ConfigRequest_V1_System_Superuser struct { Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"` // contains filtered or unexported fields }
func (*ConfigRequest_V1_System_Superuser) Descriptor
deprecated
func (*ConfigRequest_V1_System_Superuser) Descriptor() ([]byte, []int)
Deprecated: Use ConfigRequest_V1_System_Superuser.ProtoReflect.Descriptor instead.
func (*ConfigRequest_V1_System_Superuser) GetName ¶
func (x *ConfigRequest_V1_System_Superuser) GetName() *wrapperspb.StringValue
func (*ConfigRequest_V1_System_Superuser) ProtoMessage ¶
func (*ConfigRequest_V1_System_Superuser) ProtoMessage()
func (*ConfigRequest_V1_System_Superuser) ProtoReflect ¶
func (x *ConfigRequest_V1_System_Superuser) ProtoReflect() protoreflect.Message
func (*ConfigRequest_V1_System_Superuser) Reset ¶
func (x *ConfigRequest_V1_System_Superuser) Reset()
func (*ConfigRequest_V1_System_Superuser) String ¶
func (x *ConfigRequest_V1_System_Superuser) String() string