bldrapiproxy

package
v0.0.0-...-f54f16c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_config_builder_api_proxy_config_request_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ConfigRequest

type ConfigRequest struct {
	V1 *ConfigRequest_V1 `protobuf:"bytes,1,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 ConfigRequest instance with default values.

func NewConfigRequest

func NewConfigRequest() *ConfigRequest

NewConfigRequest returns a new ConfigRequest instance 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(certificate *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 takes a pointer to a config.GlobalConfig and applies any global configuration that the service requires.

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

ValidateConfigRequest validates that the config is sufficient to start the Service and returns true.

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 (*ConfigRequest_V1) GetSys

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 {
	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"`
	Log     *ConfigRequest_V1_System_Logger  `protobuf:"bytes,4,opt,name=log,proto3" json:"log,omitempty" toml:"log,omitempty" mapstructure:"log,omitempty"`
	Nginx   *ConfigRequest_V1_System_Nginx   `protobuf:"bytes,5,opt,name=nginx,proto3" json:"nginx,omitempty" toml:"nginx,omitempty" mapstructure:"nginx,omitempty"`
	Http    *ConfigRequest_V1_System_HTTP    `protobuf:"bytes,6,opt,name=http,proto3" json:"http,omitempty" toml:"http,omitempty" mapstructure:"http,omitempty"`
	Web     *ConfigRequest_V1_System_Web     `protobuf:"bytes,7,opt,name=web,proto3" json:"web,omitempty" toml:"web,omitempty" mapstructure:"web,omitempty"`
	// 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) GetHttp

func (*ConfigRequest_V1_System) GetLog

func (*ConfigRequest_V1_System) GetMlsa

func (x *ConfigRequest_V1_System) GetMlsa() *shared.Mlsa

func (*ConfigRequest_V1_System) GetNginx

func (*ConfigRequest_V1_System) GetService

func (*ConfigRequest_V1_System) GetTls

func (*ConfigRequest_V1_System) GetWeb

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_HTTP

type ConfigRequest_V1_System_HTTP struct {
	KeepaliveConnections *wrapperspb.Int32Value  `` /* 207-byte string literal not displayed */
	KeepaliveRequests    *wrapperspb.Int32Value  `` /* 192-byte string literal not displayed */
	KeepaliveTimeout     *wrapperspb.Int32Value  `` /* 187-byte string literal not displayed */
	SslCiphers           *wrapperspb.StringValue `` /* 157-byte string literal not displayed */
	SslProtocols         *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	SslVerifyDepth       *wrapperspb.Int32Value  `` /* 181-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_System_HTTP) Descriptor deprecated

func (*ConfigRequest_V1_System_HTTP) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_System_HTTP.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_System_HTTP) GetKeepaliveConnections

func (x *ConfigRequest_V1_System_HTTP) GetKeepaliveConnections() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_HTTP) GetKeepaliveRequests

func (x *ConfigRequest_V1_System_HTTP) GetKeepaliveRequests() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_HTTP) GetKeepaliveTimeout

func (x *ConfigRequest_V1_System_HTTP) GetKeepaliveTimeout() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_HTTP) GetSslCiphers

func (*ConfigRequest_V1_System_HTTP) GetSslProtocols

func (x *ConfigRequest_V1_System_HTTP) GetSslProtocols() *wrapperspb.StringValue

func (*ConfigRequest_V1_System_HTTP) GetSslVerifyDepth

func (x *ConfigRequest_V1_System_HTTP) GetSslVerifyDepth() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_HTTP) ProtoMessage

func (*ConfigRequest_V1_System_HTTP) ProtoMessage()

func (*ConfigRequest_V1_System_HTTP) ProtoReflect

func (*ConfigRequest_V1_System_HTTP) Reset

func (x *ConfigRequest_V1_System_HTTP) Reset()

func (*ConfigRequest_V1_System_HTTP) 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 (*ConfigRequest_V1_System_Logger) ProtoMessage

func (*ConfigRequest_V1_System_Logger) ProtoMessage()

func (*ConfigRequest_V1_System_Logger) ProtoReflect

func (*ConfigRequest_V1_System_Logger) Reset

func (x *ConfigRequest_V1_System_Logger) Reset()

func (*ConfigRequest_V1_System_Logger) String

type ConfigRequest_V1_System_Nginx

type ConfigRequest_V1_System_Nginx struct {
	WorkerConnections   *wrapperspb.Int32Value `` /* 192-byte string literal not displayed */
	WorkerProcesses     *wrapperspb.Int32Value `` /* 182-byte string literal not displayed */
	WorkerRlimitNofile  *wrapperspb.Int32Value `` /* 201-byte string literal not displayed */
	MaxBodySize         *wrapperspb.Int32Value `` /* 166-byte string literal not displayed */
	ProxySendTimeout    *wrapperspb.Int32Value `` /* 191-byte string literal not displayed */
	ProxyReadTimeout    *wrapperspb.Int32Value `` /* 191-byte string literal not displayed */
	ProxyConnectTimeout *wrapperspb.Int32Value `` /* 206-byte string literal not displayed */
	EnableCaching       *wrapperspb.BoolValue  `` /* 172-byte string literal not displayed */
	EnableGzip          *wrapperspb.BoolValue  `` /* 157-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_System_Nginx) Descriptor deprecated

func (*ConfigRequest_V1_System_Nginx) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_System_Nginx.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_System_Nginx) GetEnableCaching

func (x *ConfigRequest_V1_System_Nginx) GetEnableCaching() *wrapperspb.BoolValue

func (*ConfigRequest_V1_System_Nginx) GetEnableGzip

func (*ConfigRequest_V1_System_Nginx) GetMaxBodySize

func (*ConfigRequest_V1_System_Nginx) GetProxyConnectTimeout

func (x *ConfigRequest_V1_System_Nginx) GetProxyConnectTimeout() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_Nginx) GetProxyReadTimeout

func (x *ConfigRequest_V1_System_Nginx) GetProxyReadTimeout() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_Nginx) GetProxySendTimeout

func (x *ConfigRequest_V1_System_Nginx) GetProxySendTimeout() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_Nginx) GetWorkerConnections

func (x *ConfigRequest_V1_System_Nginx) GetWorkerConnections() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_Nginx) GetWorkerProcesses

func (x *ConfigRequest_V1_System_Nginx) GetWorkerProcesses() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_Nginx) GetWorkerRlimitNofile

func (x *ConfigRequest_V1_System_Nginx) GetWorkerRlimitNofile() *wrapperspb.Int32Value

func (*ConfigRequest_V1_System_Nginx) ProtoMessage

func (*ConfigRequest_V1_System_Nginx) ProtoMessage()

func (*ConfigRequest_V1_System_Nginx) ProtoReflect

func (*ConfigRequest_V1_System_Nginx) Reset

func (x *ConfigRequest_V1_System_Nginx) Reset()

func (*ConfigRequest_V1_System_Nginx) 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

Deprecated: Do not use.

func (*ConfigRequest_V1_System_Service) GetPort

func (*ConfigRequest_V1_System_Service) ProtoMessage

func (*ConfigRequest_V1_System_Service) ProtoMessage()

func (*ConfigRequest_V1_System_Service) ProtoReflect

func (*ConfigRequest_V1_System_Service) Reset

func (*ConfigRequest_V1_System_Service) String

type ConfigRequest_V1_System_Web

type ConfigRequest_V1_System_Web struct {
	CookieDomain *wrapperspb.StringValue `` /* 167-byte string literal not displayed */
	Environment  *wrapperspb.StringValue `` /* 141-byte string literal not displayed */
	UseGravatar  *wrapperspb.BoolValue   `` /* 162-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigRequest_V1_System_Web) Descriptor deprecated

func (*ConfigRequest_V1_System_Web) Descriptor() ([]byte, []int)

Deprecated: Use ConfigRequest_V1_System_Web.ProtoReflect.Descriptor instead.

func (*ConfigRequest_V1_System_Web) GetCookieDomain

func (x *ConfigRequest_V1_System_Web) GetCookieDomain() *wrapperspb.StringValue

func (*ConfigRequest_V1_System_Web) GetEnvironment

func (x *ConfigRequest_V1_System_Web) GetEnvironment() *wrapperspb.StringValue

func (*ConfigRequest_V1_System_Web) GetUseGravatar

func (x *ConfigRequest_V1_System_Web) GetUseGravatar() *wrapperspb.BoolValue

func (*ConfigRequest_V1_System_Web) ProtoMessage

func (*ConfigRequest_V1_System_Web) ProtoMessage()

func (*ConfigRequest_V1_System_Web) ProtoReflect

func (*ConfigRequest_V1_System_Web) Reset

func (x *ConfigRequest_V1_System_Web) Reset()

func (*ConfigRequest_V1_System_Web) String

func (x *ConfigRequest_V1_System_Web) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL