pbconfig

package
v1.11.6 Latest Latest
Warning

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

Go to latest
Published: May 25, 2022 License: MPL-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthConfig        = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowConfig          = fmt.Errorf("proto: integer overflow")
	ErrUnexpectedEndOfGroupConfig = fmt.Errorf("proto: unexpected end of group")
)

Functions

This section is empty.

Types

type ACL

type ACL struct {
	Enabled             bool       `protobuf:"varint,1,opt,name=Enabled,proto3" json:"Enabled,omitempty"`
	PolicyTTL           string     `protobuf:"bytes,2,opt,name=PolicyTTL,proto3" json:"PolicyTTL,omitempty"`
	RoleTTL             string     `protobuf:"bytes,3,opt,name=RoleTTL,proto3" json:"RoleTTL,omitempty"`
	TokenTTL            string     `protobuf:"bytes,4,opt,name=TokenTTL,proto3" json:"TokenTTL,omitempty"`
	DownPolicy          string     `protobuf:"bytes,5,opt,name=DownPolicy,proto3" json:"DownPolicy,omitempty"`
	DefaultPolicy       string     `protobuf:"bytes,6,opt,name=DefaultPolicy,proto3" json:"DefaultPolicy,omitempty"`
	EnableKeyListPolicy bool       `protobuf:"varint,7,opt,name=EnableKeyListPolicy,proto3" json:"EnableKeyListPolicy,omitempty"`
	Tokens              *ACLTokens `protobuf:"bytes,8,opt,name=Tokens,proto3" json:"Tokens,omitempty"`
	// Deprecated_DisabledTTL is deprecated. It is no longer populated and should
	// be ignored by clients.
	Deprecated_DisabledTTL string   `protobuf:"bytes,9,opt,name=Deprecated_DisabledTTL,json=DeprecatedDisabledTTL,proto3" json:"Deprecated_DisabledTTL,omitempty"` // Deprecated: Do not use.
	EnableTokenPersistence bool     `protobuf:"varint,10,opt,name=EnableTokenPersistence,proto3" json:"EnableTokenPersistence,omitempty"`
	MSPDisableBootstrap    bool     `protobuf:"varint,11,opt,name=MSPDisableBootstrap,proto3" json:"MSPDisableBootstrap,omitempty"`
	XXX_NoUnkeyedLiteral   struct{} `json:"-"`
	XXX_unrecognized       []byte   `json:"-"`
	XXX_sizecache          int32    `json:"-"`
}

func (*ACL) Descriptor

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

func (*ACL) GetDefaultPolicy

func (m *ACL) GetDefaultPolicy() string

func (*ACL) GetDeprecated_DisabledTTL deprecated added in v1.11.0

func (m *ACL) GetDeprecated_DisabledTTL() string

Deprecated: Do not use.

func (*ACL) GetDownPolicy

func (m *ACL) GetDownPolicy() string

func (*ACL) GetEnableKeyListPolicy

func (m *ACL) GetEnableKeyListPolicy() bool

func (*ACL) GetEnableTokenPersistence

func (m *ACL) GetEnableTokenPersistence() bool

func (*ACL) GetEnabled

func (m *ACL) GetEnabled() bool

func (*ACL) GetMSPDisableBootstrap

func (m *ACL) GetMSPDisableBootstrap() bool

func (*ACL) GetPolicyTTL

func (m *ACL) GetPolicyTTL() string

func (*ACL) GetRoleTTL

func (m *ACL) GetRoleTTL() string

func (*ACL) GetTokenTTL

func (m *ACL) GetTokenTTL() string

func (*ACL) GetTokens

func (m *ACL) GetTokens() *ACLTokens

func (*ACL) Marshal

func (m *ACL) Marshal() (dAtA []byte, err error)

func (*ACL) MarshalBinary

func (msg *ACL) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*ACL) MarshalTo

func (m *ACL) MarshalTo(dAtA []byte) (int, error)

func (*ACL) MarshalToSizedBuffer added in v1.8.2

func (m *ACL) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ACL) ProtoMessage

func (*ACL) ProtoMessage()

func (*ACL) Reset

func (m *ACL) Reset()

func (*ACL) Size

func (m *ACL) Size() (n int)

func (*ACL) String

func (m *ACL) String() string

func (*ACL) Unmarshal

func (m *ACL) Unmarshal(dAtA []byte) error

func (*ACL) UnmarshalBinary

func (msg *ACL) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

func (*ACL) XXX_DiscardUnknown

func (m *ACL) XXX_DiscardUnknown()

func (*ACL) XXX_Marshal

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

func (*ACL) XXX_Merge

func (m *ACL) XXX_Merge(src proto.Message)

func (*ACL) XXX_Size

func (m *ACL) XXX_Size() int

func (*ACL) XXX_Unmarshal

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

type ACLServiceProviderToken

type ACLServiceProviderToken struct {
	AccessorID           string   `protobuf:"bytes,1,opt,name=AccessorID,proto3" json:"AccessorID,omitempty"`
	SecretID             string   `protobuf:"bytes,2,opt,name=SecretID,proto3" json:"SecretID,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ACLServiceProviderToken) Descriptor

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

func (*ACLServiceProviderToken) GetAccessorID

func (m *ACLServiceProviderToken) GetAccessorID() string

func (*ACLServiceProviderToken) GetSecretID

func (m *ACLServiceProviderToken) GetSecretID() string

func (*ACLServiceProviderToken) Marshal

func (m *ACLServiceProviderToken) Marshal() (dAtA []byte, err error)

func (*ACLServiceProviderToken) MarshalBinary

func (msg *ACLServiceProviderToken) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*ACLServiceProviderToken) MarshalTo

func (m *ACLServiceProviderToken) MarshalTo(dAtA []byte) (int, error)

func (*ACLServiceProviderToken) MarshalToSizedBuffer added in v1.8.2

func (m *ACLServiceProviderToken) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ACLServiceProviderToken) ProtoMessage

func (*ACLServiceProviderToken) ProtoMessage()

func (*ACLServiceProviderToken) Reset

func (m *ACLServiceProviderToken) Reset()

func (*ACLServiceProviderToken) Size

func (m *ACLServiceProviderToken) Size() (n int)

func (*ACLServiceProviderToken) String

func (m *ACLServiceProviderToken) String() string

func (*ACLServiceProviderToken) Unmarshal

func (m *ACLServiceProviderToken) Unmarshal(dAtA []byte) error

func (*ACLServiceProviderToken) UnmarshalBinary

func (msg *ACLServiceProviderToken) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

func (*ACLServiceProviderToken) XXX_DiscardUnknown

func (m *ACLServiceProviderToken) XXX_DiscardUnknown()

func (*ACLServiceProviderToken) XXX_Marshal

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

func (*ACLServiceProviderToken) XXX_Merge

func (m *ACLServiceProviderToken) XXX_Merge(src proto.Message)

func (*ACLServiceProviderToken) XXX_Size

func (m *ACLServiceProviderToken) XXX_Size() int

func (*ACLServiceProviderToken) XXX_Unmarshal

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

type ACLTokens

type ACLTokens struct {
	InitialManagement      string                     `protobuf:"bytes,1,opt,name=InitialManagement,proto3" json:"InitialManagement,omitempty"`
	Replication            string                     `protobuf:"bytes,2,opt,name=Replication,proto3" json:"Replication,omitempty"`
	AgentRecovery          string                     `protobuf:"bytes,3,opt,name=AgentRecovery,proto3" json:"AgentRecovery,omitempty"`
	Default                string                     `protobuf:"bytes,4,opt,name=Default,proto3" json:"Default,omitempty"`
	Agent                  string                     `protobuf:"bytes,5,opt,name=Agent,proto3" json:"Agent,omitempty"`
	ManagedServiceProvider []*ACLServiceProviderToken `protobuf:"bytes,6,rep,name=ManagedServiceProvider,proto3" json:"ManagedServiceProvider,omitempty"`
	XXX_NoUnkeyedLiteral   struct{}                   `json:"-"`
	XXX_unrecognized       []byte                     `json:"-"`
	XXX_sizecache          int32                      `json:"-"`
}

func (*ACLTokens) Descriptor

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

func (*ACLTokens) GetAgent

func (m *ACLTokens) GetAgent() string

func (*ACLTokens) GetAgentRecovery added in v1.11.0

func (m *ACLTokens) GetAgentRecovery() string

func (*ACLTokens) GetDefault

func (m *ACLTokens) GetDefault() string

func (*ACLTokens) GetInitialManagement added in v1.11.0

func (m *ACLTokens) GetInitialManagement() string

func (*ACLTokens) GetManagedServiceProvider

func (m *ACLTokens) GetManagedServiceProvider() []*ACLServiceProviderToken

func (*ACLTokens) GetReplication

func (m *ACLTokens) GetReplication() string

func (*ACLTokens) Marshal

func (m *ACLTokens) Marshal() (dAtA []byte, err error)

func (*ACLTokens) MarshalBinary

func (msg *ACLTokens) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*ACLTokens) MarshalTo

func (m *ACLTokens) MarshalTo(dAtA []byte) (int, error)

func (*ACLTokens) MarshalToSizedBuffer added in v1.8.2

func (m *ACLTokens) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*ACLTokens) ProtoMessage

func (*ACLTokens) ProtoMessage()

func (*ACLTokens) Reset

func (m *ACLTokens) Reset()

func (*ACLTokens) Size

func (m *ACLTokens) Size() (n int)

func (*ACLTokens) String

func (m *ACLTokens) String() string

func (*ACLTokens) Unmarshal

func (m *ACLTokens) Unmarshal(dAtA []byte) error

func (*ACLTokens) UnmarshalBinary

func (msg *ACLTokens) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

func (*ACLTokens) XXX_DiscardUnknown

func (m *ACLTokens) XXX_DiscardUnknown()

func (*ACLTokens) XXX_Marshal

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

func (*ACLTokens) XXX_Merge

func (m *ACLTokens) XXX_Merge(src proto.Message)

func (*ACLTokens) XXX_Size

func (m *ACLTokens) XXX_Size() int

func (*ACLTokens) XXX_Unmarshal

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

type AutoEncrypt

type AutoEncrypt struct {
	TLS                  bool     `protobuf:"varint,1,opt,name=TLS,proto3" json:"TLS,omitempty"`
	DNSSAN               []string `protobuf:"bytes,2,rep,name=DNSSAN,proto3" json:"DNSSAN,omitempty"`
	IPSAN                []string `protobuf:"bytes,3,rep,name=IPSAN,proto3" json:"IPSAN,omitempty"`
	AllowTLS             bool     `protobuf:"varint,4,opt,name=AllowTLS,proto3" json:"AllowTLS,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AutoEncrypt) Descriptor

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

func (*AutoEncrypt) GetAllowTLS

func (m *AutoEncrypt) GetAllowTLS() bool

func (*AutoEncrypt) GetDNSSAN

func (m *AutoEncrypt) GetDNSSAN() []string

func (*AutoEncrypt) GetIPSAN

func (m *AutoEncrypt) GetIPSAN() []string

func (*AutoEncrypt) GetTLS

func (m *AutoEncrypt) GetTLS() bool

func (*AutoEncrypt) Marshal

func (m *AutoEncrypt) Marshal() (dAtA []byte, err error)

func (*AutoEncrypt) MarshalBinary

func (msg *AutoEncrypt) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*AutoEncrypt) MarshalTo

func (m *AutoEncrypt) MarshalTo(dAtA []byte) (int, error)

func (*AutoEncrypt) MarshalToSizedBuffer added in v1.8.2

func (m *AutoEncrypt) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*AutoEncrypt) ProtoMessage

func (*AutoEncrypt) ProtoMessage()

func (*AutoEncrypt) Reset

func (m *AutoEncrypt) Reset()

func (*AutoEncrypt) Size

func (m *AutoEncrypt) Size() (n int)

func (*AutoEncrypt) String

func (m *AutoEncrypt) String() string

func (*AutoEncrypt) Unmarshal

func (m *AutoEncrypt) Unmarshal(dAtA []byte) error

func (*AutoEncrypt) UnmarshalBinary

func (msg *AutoEncrypt) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

func (*AutoEncrypt) XXX_DiscardUnknown

func (m *AutoEncrypt) XXX_DiscardUnknown()

func (*AutoEncrypt) XXX_Marshal

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

func (*AutoEncrypt) XXX_Merge

func (m *AutoEncrypt) XXX_Merge(src proto.Message)

func (*AutoEncrypt) XXX_Size

func (m *AutoEncrypt) XXX_Size() int

func (*AutoEncrypt) XXX_Unmarshal

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

type Config

type Config struct {
	Datacenter           string       `protobuf:"bytes,1,opt,name=Datacenter,proto3" json:"Datacenter,omitempty"`
	PrimaryDatacenter    string       `protobuf:"bytes,2,opt,name=PrimaryDatacenter,proto3" json:"PrimaryDatacenter,omitempty"`
	NodeName             string       `protobuf:"bytes,3,opt,name=NodeName,proto3" json:"NodeName,omitempty"`
	SegmentName          string       `protobuf:"bytes,4,opt,name=SegmentName,proto3" json:"SegmentName,omitempty"`
	Partition            string       `protobuf:"bytes,9,opt,name=Partition,proto3" json:"Partition,omitempty"`
	ACL                  *ACL         `protobuf:"bytes,5,opt,name=ACL,proto3" json:"ACL,omitempty"`
	AutoEncrypt          *AutoEncrypt `protobuf:"bytes,6,opt,name=AutoEncrypt,proto3" json:"AutoEncrypt,omitempty"`
	Gossip               *Gossip      `protobuf:"bytes,7,opt,name=Gossip,proto3" json:"Gossip,omitempty"`
	TLS                  *TLS         `protobuf:"bytes,8,opt,name=TLS,proto3" json:"TLS,omitempty"`
	XXX_NoUnkeyedLiteral struct{}     `json:"-"`
	XXX_unrecognized     []byte       `json:"-"`
	XXX_sizecache        int32        `json:"-"`
}

func (*Config) Descriptor

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

func (*Config) GetACL

func (m *Config) GetACL() *ACL

func (*Config) GetAutoEncrypt

func (m *Config) GetAutoEncrypt() *AutoEncrypt

func (*Config) GetDatacenter

func (m *Config) GetDatacenter() string

func (*Config) GetGossip

func (m *Config) GetGossip() *Gossip

func (*Config) GetNodeName

func (m *Config) GetNodeName() string

func (*Config) GetPartition added in v1.11.0

func (m *Config) GetPartition() string

func (*Config) GetPrimaryDatacenter

func (m *Config) GetPrimaryDatacenter() string

func (*Config) GetSegmentName

func (m *Config) GetSegmentName() string

func (*Config) GetTLS

func (m *Config) GetTLS() *TLS

func (*Config) Marshal

func (m *Config) Marshal() (dAtA []byte, err error)

func (*Config) MarshalBinary

func (msg *Config) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*Config) MarshalTo

func (m *Config) MarshalTo(dAtA []byte) (int, error)

func (*Config) MarshalToSizedBuffer added in v1.8.2

func (m *Config) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Config) ProtoMessage

func (*Config) ProtoMessage()

func (*Config) Reset

func (m *Config) Reset()

func (*Config) Size

func (m *Config) Size() (n int)

func (*Config) String

func (m *Config) String() string

func (*Config) Unmarshal

func (m *Config) Unmarshal(dAtA []byte) error

func (*Config) UnmarshalBinary

func (msg *Config) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

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 (m *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 Gossip

type Gossip struct {
	Encryption           *GossipEncryption `protobuf:"bytes,1,opt,name=Encryption,proto3" json:"Encryption,omitempty"`
	RetryJoinLAN         []string          `protobuf:"bytes,2,rep,name=RetryJoinLAN,proto3" json:"RetryJoinLAN,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*Gossip) Descriptor

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

func (*Gossip) GetEncryption

func (m *Gossip) GetEncryption() *GossipEncryption

func (*Gossip) GetRetryJoinLAN

func (m *Gossip) GetRetryJoinLAN() []string

func (*Gossip) Marshal

func (m *Gossip) Marshal() (dAtA []byte, err error)

func (*Gossip) MarshalBinary

func (msg *Gossip) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*Gossip) MarshalTo

func (m *Gossip) MarshalTo(dAtA []byte) (int, error)

func (*Gossip) MarshalToSizedBuffer added in v1.8.2

func (m *Gossip) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*Gossip) ProtoMessage

func (*Gossip) ProtoMessage()

func (*Gossip) Reset

func (m *Gossip) Reset()

func (*Gossip) Size

func (m *Gossip) Size() (n int)

func (*Gossip) String

func (m *Gossip) String() string

func (*Gossip) Unmarshal

func (m *Gossip) Unmarshal(dAtA []byte) error

func (*Gossip) UnmarshalBinary

func (msg *Gossip) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

func (*Gossip) XXX_DiscardUnknown

func (m *Gossip) XXX_DiscardUnknown()

func (*Gossip) XXX_Marshal

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

func (*Gossip) XXX_Merge

func (m *Gossip) XXX_Merge(src proto.Message)

func (*Gossip) XXX_Size

func (m *Gossip) XXX_Size() int

func (*Gossip) XXX_Unmarshal

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

type GossipEncryption

type GossipEncryption struct {
	Key                  string   `protobuf:"bytes,1,opt,name=Key,proto3" json:"Key,omitempty"`
	VerifyIncoming       bool     `protobuf:"varint,2,opt,name=VerifyIncoming,proto3" json:"VerifyIncoming,omitempty"`
	VerifyOutgoing       bool     `protobuf:"varint,3,opt,name=VerifyOutgoing,proto3" json:"VerifyOutgoing,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GossipEncryption) Descriptor

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

func (*GossipEncryption) GetKey

func (m *GossipEncryption) GetKey() string

func (*GossipEncryption) GetVerifyIncoming

func (m *GossipEncryption) GetVerifyIncoming() bool

func (*GossipEncryption) GetVerifyOutgoing

func (m *GossipEncryption) GetVerifyOutgoing() bool

func (*GossipEncryption) Marshal

func (m *GossipEncryption) Marshal() (dAtA []byte, err error)

func (*GossipEncryption) MarshalBinary

func (msg *GossipEncryption) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*GossipEncryption) MarshalTo

func (m *GossipEncryption) MarshalTo(dAtA []byte) (int, error)

func (*GossipEncryption) MarshalToSizedBuffer added in v1.8.2

func (m *GossipEncryption) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*GossipEncryption) ProtoMessage

func (*GossipEncryption) ProtoMessage()

func (*GossipEncryption) Reset

func (m *GossipEncryption) Reset()

func (*GossipEncryption) Size

func (m *GossipEncryption) Size() (n int)

func (*GossipEncryption) String

func (m *GossipEncryption) String() string

func (*GossipEncryption) Unmarshal

func (m *GossipEncryption) Unmarshal(dAtA []byte) error

func (*GossipEncryption) UnmarshalBinary

func (msg *GossipEncryption) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

func (*GossipEncryption) XXX_DiscardUnknown

func (m *GossipEncryption) XXX_DiscardUnknown()

func (*GossipEncryption) XXX_Marshal

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

func (*GossipEncryption) XXX_Merge

func (m *GossipEncryption) XXX_Merge(src proto.Message)

func (*GossipEncryption) XXX_Size

func (m *GossipEncryption) XXX_Size() int

func (*GossipEncryption) XXX_Unmarshal

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

type TLS

type TLS struct {
	VerifyOutgoing           bool     `protobuf:"varint,1,opt,name=VerifyOutgoing,proto3" json:"VerifyOutgoing,omitempty"`
	VerifyServerHostname     bool     `protobuf:"varint,2,opt,name=VerifyServerHostname,proto3" json:"VerifyServerHostname,omitempty"`
	CipherSuites             string   `protobuf:"bytes,3,opt,name=CipherSuites,proto3" json:"CipherSuites,omitempty"`
	MinVersion               string   `protobuf:"bytes,4,opt,name=MinVersion,proto3" json:"MinVersion,omitempty"`
	PreferServerCipherSuites bool     `protobuf:"varint,5,opt,name=PreferServerCipherSuites,proto3" json:"PreferServerCipherSuites,omitempty"`
	XXX_NoUnkeyedLiteral     struct{} `json:"-"`
	XXX_unrecognized         []byte   `json:"-"`
	XXX_sizecache            int32    `json:"-"`
}

func (*TLS) Descriptor

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

func (*TLS) GetCipherSuites

func (m *TLS) GetCipherSuites() string

func (*TLS) GetMinVersion

func (m *TLS) GetMinVersion() string

func (*TLS) GetPreferServerCipherSuites

func (m *TLS) GetPreferServerCipherSuites() bool

func (*TLS) GetVerifyOutgoing

func (m *TLS) GetVerifyOutgoing() bool

func (*TLS) GetVerifyServerHostname

func (m *TLS) GetVerifyServerHostname() bool

func (*TLS) Marshal

func (m *TLS) Marshal() (dAtA []byte, err error)

func (*TLS) MarshalBinary

func (msg *TLS) MarshalBinary() ([]byte, error)

MarshalBinary implements encoding.BinaryMarshaler

func (*TLS) MarshalTo

func (m *TLS) MarshalTo(dAtA []byte) (int, error)

func (*TLS) MarshalToSizedBuffer added in v1.8.2

func (m *TLS) MarshalToSizedBuffer(dAtA []byte) (int, error)

func (*TLS) ProtoMessage

func (*TLS) ProtoMessage()

func (*TLS) Reset

func (m *TLS) Reset()

func (*TLS) Size

func (m *TLS) Size() (n int)

func (*TLS) String

func (m *TLS) String() string

func (*TLS) Unmarshal

func (m *TLS) Unmarshal(dAtA []byte) error

func (*TLS) UnmarshalBinary

func (msg *TLS) UnmarshalBinary(b []byte) error

UnmarshalBinary implements encoding.BinaryUnmarshaler

func (*TLS) XXX_DiscardUnknown

func (m *TLS) XXX_DiscardUnknown()

func (*TLS) XXX_Marshal

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

func (*TLS) XXX_Merge

func (m *TLS) XXX_Merge(src proto.Message)

func (*TLS) XXX_Size

func (m *TLS) XXX_Size() int

func (*TLS) XXX_Unmarshal

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

Jump to

Keyboard shortcuts

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