platform

package
v0.0.0-...-0490640 Latest Latest
Warning

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

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

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 */
	XXX_NoUnkeyedLiteral struct{}           `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte             `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32              `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config) Descriptor

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

func (*Config) GetPackage

func (m *Config) GetPackage() *Config_Package

func (*Config) GetPgSidecar

func (m *Config) GetPgSidecar() *Config_PGS

func (*Config) GetPlatform

func (m *Config) GetPlatform() *Config_Platform

func (*Config) GetPostgresql

func (m *Config) GetPostgresql() *Config_Postgresql

func (*Config) GetService

func (m *Config) GetService() *Config_Service

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) String

func (m *Config) String() string

func (*Config) XXX_DiscardUnknown

func (m *Config) XXX_DiscardUnknown()

func (*Config) XXX_Marshal

func (m *Config) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config) XXX_Merge

func (dst *Config) XXX_Merge(src proto.Message)

func (*Config) XXX_Size

func (m *Config) XXX_Size() int

func (*Config) XXX_Unmarshal

func (m *Config) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte          `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32           `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config_PGS) Descriptor

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

func (*Config_PGS) GetCfg

func (m *Config_PGS) GetCfg() *Config_PGS_Cfg

func (*Config_PGS) GetIp

func (m *Config_PGS) GetIp() string

func (*Config_PGS) ProtoMessage

func (*Config_PGS) ProtoMessage()

func (*Config_PGS) Reset

func (m *Config_PGS) Reset()

func (*Config_PGS) String

func (m *Config_PGS) String() string

func (*Config_PGS) XXX_DiscardUnknown

func (m *Config_PGS) XXX_DiscardUnknown()

func (*Config_PGS) XXX_Marshal

func (m *Config_PGS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_PGS) XXX_Merge

func (dst *Config_PGS) XXX_Merge(src proto.Message)

func (*Config_PGS) XXX_Size

func (m *Config_PGS) XXX_Size() int

func (*Config_PGS) XXX_Unmarshal

func (m *Config_PGS) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config_PGS_Cfg) Descriptor

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

func (*Config_PGS_Cfg) GetPort

func (m *Config_PGS_Cfg) GetPort() int64

func (*Config_PGS_Cfg) ProtoMessage

func (*Config_PGS_Cfg) ProtoMessage()

func (*Config_PGS_Cfg) Reset

func (m *Config_PGS_Cfg) Reset()

func (*Config_PGS_Cfg) String

func (m *Config_PGS_Cfg) String() string

func (*Config_PGS_Cfg) XXX_DiscardUnknown

func (m *Config_PGS_Cfg) XXX_DiscardUnknown()

func (*Config_PGS_Cfg) XXX_Marshal

func (m *Config_PGS_Cfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_PGS_Cfg) XXX_Merge

func (dst *Config_PGS_Cfg) XXX_Merge(src proto.Message)

func (*Config_PGS_Cfg) XXX_Size

func (m *Config_PGS_Cfg) XXX_Size() int

func (*Config_PGS_Cfg) XXX_Unmarshal

func (m *Config_PGS_Cfg) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config_Package) Descriptor

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

func (*Config_Package) GetIdent

func (m *Config_Package) GetIdent() string

func (*Config_Package) GetPath

func (m *Config_Package) GetPath() string

func (*Config_Package) ProtoMessage

func (*Config_Package) ProtoMessage()

func (*Config_Package) Reset

func (m *Config_Package) Reset()

func (*Config_Package) String

func (m *Config_Package) String() string

func (*Config_Package) XXX_DiscardUnknown

func (m *Config_Package) XXX_DiscardUnknown()

func (*Config_Package) XXX_Marshal

func (m *Config_Package) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_Package) XXX_Merge

func (dst *Config_Package) XXX_Merge(src proto.Message)

func (*Config_Package) XXX_Size

func (m *Config_Package) XXX_Size() int

func (*Config_Package) XXX_Unmarshal

func (m *Config_Package) XXX_Unmarshal(b []byte) error

type Config_Platform

type Config_Platform struct {
	ExternalPostgresql   *shared.External_Postgresql `` /* 197-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 (*Config_Platform) Descriptor

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

func (*Config_Platform) GetExternalPostgresql

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

func (*Config_Platform) ProtoMessage

func (*Config_Platform) ProtoMessage()

func (*Config_Platform) Reset

func (m *Config_Platform) Reset()

func (*Config_Platform) String

func (m *Config_Platform) String() string

func (*Config_Platform) XXX_DiscardUnknown

func (m *Config_Platform) XXX_DiscardUnknown()

func (*Config_Platform) XXX_Marshal

func (m *Config_Platform) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_Platform) XXX_Merge

func (dst *Config_Platform) XXX_Merge(src proto.Message)

func (*Config_Platform) XXX_Size

func (m *Config_Platform) XXX_Size() int

func (*Config_Platform) XXX_Unmarshal

func (m *Config_Platform) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte                 `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32                  `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config_Postgresql) Descriptor

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

func (*Config_Postgresql) GetCfg

func (*Config_Postgresql) GetIp

func (m *Config_Postgresql) GetIp() string

func (*Config_Postgresql) ProtoMessage

func (*Config_Postgresql) ProtoMessage()

func (*Config_Postgresql) Reset

func (m *Config_Postgresql) Reset()

func (*Config_Postgresql) String

func (m *Config_Postgresql) String() string

func (*Config_Postgresql) XXX_DiscardUnknown

func (m *Config_Postgresql) XXX_DiscardUnknown()

func (*Config_Postgresql) XXX_Marshal

func (m *Config_Postgresql) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_Postgresql) XXX_Merge

func (dst *Config_Postgresql) XXX_Merge(src proto.Message)

func (*Config_Postgresql) XXX_Size

func (m *Config_Postgresql) XXX_Size() int

func (*Config_Postgresql) XXX_Unmarshal

func (m *Config_Postgresql) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config_Postgresql_Cfg) Descriptor

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

func (*Config_Postgresql_Cfg) GetPort

func (m *Config_Postgresql_Cfg) GetPort() int64

func (*Config_Postgresql_Cfg) ProtoMessage

func (*Config_Postgresql_Cfg) ProtoMessage()

func (*Config_Postgresql_Cfg) Reset

func (m *Config_Postgresql_Cfg) Reset()

func (*Config_Postgresql_Cfg) String

func (m *Config_Postgresql_Cfg) String() string

func (*Config_Postgresql_Cfg) XXX_DiscardUnknown

func (m *Config_Postgresql_Cfg) XXX_DiscardUnknown()

func (*Config_Postgresql_Cfg) XXX_Marshal

func (m *Config_Postgresql_Cfg) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_Postgresql_Cfg) XXX_Merge

func (dst *Config_Postgresql_Cfg) XXX_Merge(src proto.Message)

func (*Config_Postgresql_Cfg) XXX_Size

func (m *Config_Postgresql_Cfg) XXX_Size() int

func (*Config_Postgresql_Cfg) XXX_Unmarshal

func (m *Config_Postgresql_Cfg) XXX_Unmarshal(b []byte) error

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"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte      `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32       `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config_Service) Descriptor

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

func (*Config_Service) GetName

func (m *Config_Service) GetName() string

func (*Config_Service) GetPath

func (m *Config_Service) GetPath() string

func (*Config_Service) GetTls

func (m *Config_Service) GetTls() *Config_TLS

func (*Config_Service) ProtoMessage

func (*Config_Service) ProtoMessage()

func (*Config_Service) Reset

func (m *Config_Service) Reset()

func (*Config_Service) String

func (m *Config_Service) String() string

func (*Config_Service) XXX_DiscardUnknown

func (m *Config_Service) XXX_DiscardUnknown()

func (*Config_Service) XXX_Marshal

func (m *Config_Service) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_Service) XXX_Merge

func (dst *Config_Service) XXX_Merge(src proto.Message)

func (*Config_Service) XXX_Size

func (m *Config_Service) XXX_Size() int

func (*Config_Service) XXX_Unmarshal

func (m *Config_Service) XXX_Unmarshal(b []byte) error

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 */
	XXX_NoUnkeyedLiteral struct{} `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_unrecognized     []byte   `json:"-" toml:"-" mapstructure:"-,omitempty"`
	XXX_sizecache        int32    `json:"-" toml:"-" mapstructure:"-,omitempty"`
}

func (*Config_TLS) Descriptor

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

func (*Config_TLS) GetCertPath

func (m *Config_TLS) GetCertPath() string

func (*Config_TLS) GetKeyPath

func (m *Config_TLS) GetKeyPath() string

func (*Config_TLS) GetRootCaPath

func (m *Config_TLS) GetRootCaPath() string

func (*Config_TLS) ProtoMessage

func (*Config_TLS) ProtoMessage()

func (*Config_TLS) Reset

func (m *Config_TLS) Reset()

func (*Config_TLS) String

func (m *Config_TLS) String() string

func (*Config_TLS) XXX_DiscardUnknown

func (m *Config_TLS) XXX_DiscardUnknown()

func (*Config_TLS) XXX_Marshal

func (m *Config_TLS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Config_TLS) XXX_Merge

func (dst *Config_TLS) XXX_Merge(src proto.Message)

func (*Config_TLS) XXX_Size

func (m *Config_TLS) XXX_Size() int

func (*Config_TLS) XXX_Unmarshal

func (m *Config_TLS) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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