platform

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: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_config_platform_config_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Config

type Config struct {
	Service    *Config_Service    `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty" toml:"service,omitempty" mapstructure:"service,omitempty"`
	Package    *Config_Package    `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty" toml:"package,omitempty" mapstructure:"package,omitempty"`
	Platform   *Config_Platform   `` /* 129-byte string literal not displayed */
	Postgresql *Config_Postgresql `` /* 137-byte string literal not displayed */
	PgSidecar  *Config_PGS        `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Config) Descriptor deprecated

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

Deprecated: Use Config.ProtoReflect.Descriptor instead.

func (*Config) GetPackage

func (x *Config) GetPackage() *Config_Package

func (*Config) GetPgSidecar

func (x *Config) GetPgSidecar() *Config_PGS

func (*Config) GetPlatform

func (x *Config) GetPlatform() *Config_Platform

func (*Config) GetPostgresql

func (x *Config) GetPostgresql() *Config_Postgresql

func (*Config) GetService

func (x *Config) GetService() *Config_Service

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) ProtoReflect

func (x *Config) ProtoReflect() protoreflect.Message

func (*Config) Reset

func (x *Config) Reset()

func (*Config) String

func (x *Config) String() string

type Config_PGS

type Config_PGS struct {
	Ip  string          `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty" toml:"ip,omitempty" mapstructure:"ip,omitempty"`
	Cfg *Config_PGS_Cfg `protobuf:"bytes,2,opt,name=cfg,proto3" json:"cfg,omitempty" toml:"cfg,omitempty" mapstructure:"cfg,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_PGS) Descriptor deprecated

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

Deprecated: Use Config_PGS.ProtoReflect.Descriptor instead.

func (*Config_PGS) GetCfg

func (x *Config_PGS) GetCfg() *Config_PGS_Cfg

func (*Config_PGS) GetIp

func (x *Config_PGS) GetIp() string

func (*Config_PGS) ProtoMessage

func (*Config_PGS) ProtoMessage()

func (*Config_PGS) ProtoReflect

func (x *Config_PGS) ProtoReflect() protoreflect.Message

func (*Config_PGS) Reset

func (x *Config_PGS) Reset()

func (*Config_PGS) String

func (x *Config_PGS) String() string

type Config_PGS_Cfg

type Config_PGS_Cfg struct {
	Port int64 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_PGS_Cfg) Descriptor deprecated

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

Deprecated: Use Config_PGS_Cfg.ProtoReflect.Descriptor instead.

func (*Config_PGS_Cfg) GetPort

func (x *Config_PGS_Cfg) GetPort() int64

func (*Config_PGS_Cfg) ProtoMessage

func (*Config_PGS_Cfg) ProtoMessage()

func (*Config_PGS_Cfg) ProtoReflect

func (x *Config_PGS_Cfg) ProtoReflect() protoreflect.Message

func (*Config_PGS_Cfg) Reset

func (x *Config_PGS_Cfg) Reset()

func (*Config_PGS_Cfg) String

func (x *Config_PGS_Cfg) String() string

type Config_Package

type Config_Package struct {
	Ident string `protobuf:"bytes,1,opt,name=ident,proto3" json:"ident,omitempty" toml:"ident,omitempty" mapstructure:"ident,omitempty"`
	Path  string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty" toml:"path,omitempty" mapstructure:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_Package) Descriptor deprecated

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

Deprecated: Use Config_Package.ProtoReflect.Descriptor instead.

func (*Config_Package) GetIdent

func (x *Config_Package) GetIdent() string

func (*Config_Package) GetPath

func (x *Config_Package) GetPath() string

func (*Config_Package) ProtoMessage

func (*Config_Package) ProtoMessage()

func (*Config_Package) ProtoReflect

func (x *Config_Package) ProtoReflect() protoreflect.Message

func (*Config_Package) Reset

func (x *Config_Package) Reset()

func (*Config_Package) String

func (x *Config_Package) String() string

type Config_Platform

type Config_Platform struct {
	ExternalPostgresql *shared.External_Postgresql `` /* 197-byte string literal not displayed */
	Products           []string                    `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Config_Platform) Descriptor deprecated

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

Deprecated: Use Config_Platform.ProtoReflect.Descriptor instead.

func (*Config_Platform) GetExternalPostgresql

func (x *Config_Platform) GetExternalPostgresql() *shared.External_Postgresql

func (*Config_Platform) GetProducts

func (x *Config_Platform) GetProducts() []string

func (*Config_Platform) ProtoMessage

func (*Config_Platform) ProtoMessage()

func (*Config_Platform) ProtoReflect

func (x *Config_Platform) ProtoReflect() protoreflect.Message

func (*Config_Platform) Reset

func (x *Config_Platform) Reset()

func (*Config_Platform) String

func (x *Config_Platform) String() string

type Config_Postgresql

type Config_Postgresql struct {
	Ip  string                 `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty" toml:"ip,omitempty" mapstructure:"ip,omitempty"`
	Cfg *Config_Postgresql_Cfg `protobuf:"bytes,2,opt,name=cfg,proto3" json:"cfg,omitempty" toml:"cfg,omitempty" mapstructure:"cfg,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_Postgresql) Descriptor deprecated

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

Deprecated: Use Config_Postgresql.ProtoReflect.Descriptor instead.

func (*Config_Postgresql) GetCfg

func (*Config_Postgresql) GetIp

func (x *Config_Postgresql) GetIp() string

func (*Config_Postgresql) ProtoMessage

func (*Config_Postgresql) ProtoMessage()

func (*Config_Postgresql) ProtoReflect

func (x *Config_Postgresql) ProtoReflect() protoreflect.Message

func (*Config_Postgresql) Reset

func (x *Config_Postgresql) Reset()

func (*Config_Postgresql) String

func (x *Config_Postgresql) String() string

type Config_Postgresql_Cfg

type Config_Postgresql_Cfg struct {
	Port int64 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty" toml:"port,omitempty" mapstructure:"port,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_Postgresql_Cfg) Descriptor deprecated

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

Deprecated: Use Config_Postgresql_Cfg.ProtoReflect.Descriptor instead.

func (*Config_Postgresql_Cfg) GetPort

func (x *Config_Postgresql_Cfg) GetPort() int64

func (*Config_Postgresql_Cfg) ProtoMessage

func (*Config_Postgresql_Cfg) ProtoMessage()

func (*Config_Postgresql_Cfg) ProtoReflect

func (x *Config_Postgresql_Cfg) ProtoReflect() protoreflect.Message

func (*Config_Postgresql_Cfg) Reset

func (x *Config_Postgresql_Cfg) Reset()

func (*Config_Postgresql_Cfg) String

func (x *Config_Postgresql_Cfg) String() string

type Config_Service

type Config_Service struct {
	Name string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" toml:"name,omitempty" mapstructure:"name,omitempty"`
	Path string      `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty" toml:"path,omitempty" mapstructure:"path,omitempty"`
	Tls  *Config_TLS `protobuf:"bytes,3,opt,name=tls,proto3" json:"tls,omitempty" toml:"tls,omitempty" mapstructure:"tls,omitempty"`
	// contains filtered or unexported fields
}

func (*Config_Service) Descriptor deprecated

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

Deprecated: Use Config_Service.ProtoReflect.Descriptor instead.

func (*Config_Service) GetName

func (x *Config_Service) GetName() string

func (*Config_Service) GetPath

func (x *Config_Service) GetPath() string

func (*Config_Service) GetTls

func (x *Config_Service) GetTls() *Config_TLS

func (*Config_Service) ProtoMessage

func (*Config_Service) ProtoMessage()

func (*Config_Service) ProtoReflect

func (x *Config_Service) ProtoReflect() protoreflect.Message

func (*Config_Service) Reset

func (x *Config_Service) Reset()

func (*Config_Service) String

func (x *Config_Service) String() string

type Config_TLS

type Config_TLS struct {
	CertPath   string `` /* 147-byte string literal not displayed */
	KeyPath    string `` /* 142-byte string literal not displayed */
	RootCaPath string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Config_TLS) Descriptor deprecated

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

Deprecated: Use Config_TLS.ProtoReflect.Descriptor instead.

func (*Config_TLS) GetCertPath

func (x *Config_TLS) GetCertPath() string

func (*Config_TLS) GetKeyPath

func (x *Config_TLS) GetKeyPath() string

func (*Config_TLS) GetRootCaPath

func (x *Config_TLS) GetRootCaPath() string

func (*Config_TLS) ProtoMessage

func (*Config_TLS) ProtoMessage()

func (*Config_TLS) ProtoReflect

func (x *Config_TLS) ProtoReflect() protoreflect.Message

func (*Config_TLS) Reset

func (x *Config_TLS) Reset()

func (*Config_TLS) String

func (x *Config_TLS) String() string

Jump to

Keyboard shortcuts

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