conns

package
v0.0.33 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2021 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SASLType_name = map[int32]string{
	0: "NONE",
	1: "PLAIN",
	2: "SCRAM",
}
View Source
var SASLType_value = map[string]int32{
	"NONE":  0,
	"PLAIN": 1,
	"SCRAM": 2,
}

Functions

This section is empty.

Types

type AWSSNS added in v0.0.32

type AWSSNS struct {
	// Required
	AwsRegion string `protobuf:"bytes,1,opt,name=aws_region,json=awsRegion,proto3" json:"aws_region,omitempty"`
	// Required
	AwsAccessKeyId string `protobuf:"bytes,2,opt,name=aws_access_key_id,json=awsAccessKeyId,proto3" json:"aws_access_key_id,omitempty"`
	// Required
	AwsSecretAccessKey   string   `protobuf:"bytes,3,opt,name=aws_secret_access_key,json=awsSecretAccessKey,proto3" json:"aws_secret_access_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AWSSNS) Descriptor added in v0.0.32

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

func (*AWSSNS) GetAwsAccessKeyId added in v0.0.32

func (m *AWSSNS) GetAwsAccessKeyId() string

func (*AWSSNS) GetAwsRegion added in v0.0.32

func (m *AWSSNS) GetAwsRegion() string

func (*AWSSNS) GetAwsSecretAccessKey added in v0.0.32

func (m *AWSSNS) GetAwsSecretAccessKey() string

func (*AWSSNS) ProtoMessage added in v0.0.32

func (*AWSSNS) ProtoMessage()

func (*AWSSNS) Reset added in v0.0.32

func (m *AWSSNS) Reset()

func (*AWSSNS) String added in v0.0.32

func (m *AWSSNS) String() string

func (*AWSSNS) XXX_DiscardUnknown added in v0.0.32

func (m *AWSSNS) XXX_DiscardUnknown()

func (*AWSSNS) XXX_Marshal added in v0.0.32

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

func (*AWSSNS) XXX_Merge added in v0.0.32

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

func (*AWSSNS) XXX_Size added in v0.0.32

func (m *AWSSNS) XXX_Size() int

func (*AWSSNS) XXX_Unmarshal added in v0.0.32

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

type AWSSQS added in v0.0.32

type AWSSQS struct {
	// Required
	AwsRegion string `protobuf:"bytes,1,opt,name=aws_region,json=awsRegion,proto3" json:"aws_region,omitempty"`
	// Required
	AwsAccessKeyId string `protobuf:"bytes,2,opt,name=aws_access_key_id,json=awsAccessKeyId,proto3" json:"aws_access_key_id,omitempty"`
	// Required
	AwsSecretAccessKey   string   `protobuf:"bytes,3,opt,name=aws_secret_access_key,json=awsSecretAccessKey,proto3" json:"aws_secret_access_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AWSSQS) Descriptor added in v0.0.32

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

func (*AWSSQS) GetAwsAccessKeyId added in v0.0.32

func (m *AWSSQS) GetAwsAccessKeyId() string

func (*AWSSQS) GetAwsRegion added in v0.0.32

func (m *AWSSQS) GetAwsRegion() string

func (*AWSSQS) GetAwsSecretAccessKey added in v0.0.32

func (m *AWSSQS) GetAwsSecretAccessKey() string

func (*AWSSQS) ProtoMessage added in v0.0.32

func (*AWSSQS) ProtoMessage()

func (*AWSSQS) Reset added in v0.0.32

func (m *AWSSQS) Reset()

func (*AWSSQS) String added in v0.0.32

func (m *AWSSQS) String() string

func (*AWSSQS) XXX_DiscardUnknown added in v0.0.32

func (m *AWSSQS) XXX_DiscardUnknown()

func (*AWSSQS) XXX_Marshal added in v0.0.32

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

func (*AWSSQS) XXX_Merge added in v0.0.32

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

func (*AWSSQS) XXX_Size added in v0.0.32

func (m *AWSSQS) XXX_Size() int

func (*AWSSQS) XXX_Unmarshal added in v0.0.32

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

type ActiveMQ added in v0.0.32

type ActiveMQ struct {
	// Required
	Address              string   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ActiveMQ) Descriptor added in v0.0.32

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

func (*ActiveMQ) GetAddress added in v0.0.32

func (m *ActiveMQ) GetAddress() string

func (*ActiveMQ) ProtoMessage added in v0.0.32

func (*ActiveMQ) ProtoMessage()

func (*ActiveMQ) Reset added in v0.0.32

func (m *ActiveMQ) Reset()

func (*ActiveMQ) String added in v0.0.32

func (m *ActiveMQ) String() string

func (*ActiveMQ) XXX_DiscardUnknown added in v0.0.32

func (m *ActiveMQ) XXX_DiscardUnknown()

func (*ActiveMQ) XXX_Marshal added in v0.0.32

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

func (*ActiveMQ) XXX_Merge added in v0.0.32

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

func (*ActiveMQ) XXX_Size added in v0.0.32

func (m *ActiveMQ) XXX_Size() int

func (*ActiveMQ) XXX_Unmarshal added in v0.0.32

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

type AzureEventHub added in v0.0.32

type AzureEventHub struct {
	// Required
	ConnectionString     string   `protobuf:"bytes,1,opt,name=connection_string,json=connectionString,proto3" json:"connection_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AzureEventHub) Descriptor added in v0.0.32

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

func (*AzureEventHub) GetConnectionString added in v0.0.32

func (m *AzureEventHub) GetConnectionString() string

func (*AzureEventHub) ProtoMessage added in v0.0.32

func (*AzureEventHub) ProtoMessage()

func (*AzureEventHub) Reset added in v0.0.32

func (m *AzureEventHub) Reset()

func (*AzureEventHub) String added in v0.0.32

func (m *AzureEventHub) String() string

func (*AzureEventHub) XXX_DiscardUnknown added in v0.0.32

func (m *AzureEventHub) XXX_DiscardUnknown()

func (*AzureEventHub) XXX_Marshal added in v0.0.32

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

func (*AzureEventHub) XXX_Merge added in v0.0.32

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

func (*AzureEventHub) XXX_Size added in v0.0.32

func (m *AzureEventHub) XXX_Size() int

func (*AzureEventHub) XXX_Unmarshal added in v0.0.32

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

type AzureServiceBus added in v0.0.32

type AzureServiceBus struct {
	// Required
	ConnectionString     string   `protobuf:"bytes,1,opt,name=connection_string,json=connectionString,proto3" json:"connection_string,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AzureServiceBus) Descriptor added in v0.0.32

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

func (*AzureServiceBus) GetConnectionString added in v0.0.32

func (m *AzureServiceBus) GetConnectionString() string

func (*AzureServiceBus) ProtoMessage added in v0.0.32

func (*AzureServiceBus) ProtoMessage()

func (*AzureServiceBus) Reset added in v0.0.32

func (m *AzureServiceBus) Reset()

func (*AzureServiceBus) String added in v0.0.32

func (m *AzureServiceBus) String() string

func (*AzureServiceBus) XXX_DiscardUnknown added in v0.0.32

func (m *AzureServiceBus) XXX_DiscardUnknown()

func (*AzureServiceBus) XXX_Marshal added in v0.0.32

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

func (*AzureServiceBus) XXX_Merge added in v0.0.32

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

func (*AzureServiceBus) XXX_Size added in v0.0.32

func (m *AzureServiceBus) XXX_Size() int

func (*AzureServiceBus) XXX_Unmarshal added in v0.0.32

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

type Kafka

type Kafka struct {
	// Required
	Address []string `protobuf:"bytes,1,rep,name=address,proto3" json:"address,omitempty"`
	// Optional; how long to attempt connecting for (default: 10s)
	TimeoutSeconds int32 `protobuf:"varint,2,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	// Optional
	UseTls bool `protobuf:"varint,3,opt,name=use_tls,json=useTls,proto3" json:"use_tls,omitempty"`
	// Optional
	InsecureTls bool `protobuf:"varint,4,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	// Optional
	SaslType SASLType `protobuf:"varint,5,opt,name=sasl_type,json=saslType,proto3,enum=protos.conns.SASLType" json:"sasl_type,omitempty"`
	// Required if sasl_type is not NONE
	SaslUsername string `protobuf:"bytes,6,opt,name=sasl_username,json=saslUsername,proto3" json:"sasl_username,omitempty"`
	// Required if sasl_type is not NONE
	SaslPassword         string   `protobuf:"bytes,7,opt,name=sasl_password,json=saslPassword,proto3" json:"sasl_password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Kafka) Descriptor

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

func (*Kafka) GetAddress

func (m *Kafka) GetAddress() []string

func (*Kafka) GetInsecureTls

func (m *Kafka) GetInsecureTls() bool

func (*Kafka) GetSaslPassword

func (m *Kafka) GetSaslPassword() string

func (*Kafka) GetSaslType

func (m *Kafka) GetSaslType() SASLType

func (*Kafka) GetSaslUsername

func (m *Kafka) GetSaslUsername() string

func (*Kafka) GetTimeoutSeconds

func (m *Kafka) GetTimeoutSeconds() int32

func (*Kafka) GetUseTls

func (m *Kafka) GetUseTls() bool

func (*Kafka) ProtoMessage

func (*Kafka) ProtoMessage()

func (*Kafka) Reset

func (m *Kafka) Reset()

func (*Kafka) String

func (m *Kafka) String() string

func (*Kafka) XXX_DiscardUnknown

func (m *Kafka) XXX_DiscardUnknown()

func (*Kafka) XXX_Marshal

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

func (*Kafka) XXX_Merge

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

func (*Kafka) XXX_Size

func (m *Kafka) XXX_Size() int

func (*Kafka) XXX_Unmarshal

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

type Mongo added in v0.0.32

type Mongo struct {
	// Full DNS to connect to mongo
	// Ex: mongodb://user:pass@localhost:27017
	Dsn                  string   `protobuf:"bytes,1,opt,name=dsn,proto3" json:"dsn,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Mongo) Descriptor added in v0.0.32

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

func (*Mongo) GetDsn added in v0.0.32

func (m *Mongo) GetDsn() string

func (*Mongo) ProtoMessage added in v0.0.32

func (*Mongo) ProtoMessage()

func (*Mongo) Reset added in v0.0.32

func (m *Mongo) Reset()

func (*Mongo) String added in v0.0.32

func (m *Mongo) String() string

func (*Mongo) XXX_DiscardUnknown added in v0.0.32

func (m *Mongo) XXX_DiscardUnknown()

func (*Mongo) XXX_Marshal added in v0.0.32

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

func (*Mongo) XXX_Merge added in v0.0.32

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

func (*Mongo) XXX_Size added in v0.0.32

func (m *Mongo) XXX_Size() int

func (*Mongo) XXX_Unmarshal added in v0.0.32

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

type NSQ added in v0.0.32

type NSQ struct {
	// Required for writes
	// Required for reads if lookupd_address is not specified
	NsqdAddress string `protobuf:"bytes,1,opt,name=nsqd_address,json=nsqdAddress,proto3" json:"nsqd_address,omitempty"`
	// Required for reads if nsqd_address is not specified
	// Ignored for writes
	LookupdAddress string `protobuf:"bytes,2,opt,name=lookupd_address,json=lookupdAddress,proto3" json:"lookupd_address,omitempty"`
	// Connect using TLS
	UseTls bool `protobuf:"varint,3,opt,name=use_tls,json=useTls,proto3" json:"use_tls,omitempty"`
	// Specify to not verify server's TLS certificate
	InsecureTls bool `protobuf:"varint,4,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	// Optional
	TlsCaCert []byte `protobuf:"bytes,5,opt,name=tls_ca_cert,json=tlsCaCert,proto3" json:"tls_ca_cert,omitempty"`
	// Optional
	TlsClientCert []byte `protobuf:"bytes,6,opt,name=tls_client_cert,json=tlsClientCert,proto3" json:"tls_client_cert,omitempty"`
	// Optional
	TlsClientKey []byte `protobuf:"bytes,7,opt,name=tls_client_key,json=tlsClientKey,proto3" json:"tls_client_key,omitempty"`
	// Optional
	AuthSecret string `protobuf:"bytes,8,opt,name=auth_secret,json=authSecret,proto3" json:"auth_secret,omitempty"`
	// Required
	ClientId             string   `protobuf:"bytes,9,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NSQ) Descriptor added in v0.0.32

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

func (*NSQ) GetAuthSecret added in v0.0.32

func (m *NSQ) GetAuthSecret() string

func (*NSQ) GetClientId added in v0.0.32

func (m *NSQ) GetClientId() string

func (*NSQ) GetInsecureTls added in v0.0.32

func (m *NSQ) GetInsecureTls() bool

func (*NSQ) GetLookupdAddress added in v0.0.32

func (m *NSQ) GetLookupdAddress() string

func (*NSQ) GetNsqdAddress added in v0.0.32

func (m *NSQ) GetNsqdAddress() string

func (*NSQ) GetTlsCaCert added in v0.0.32

func (m *NSQ) GetTlsCaCert() []byte

func (*NSQ) GetTlsClientCert added in v0.0.32

func (m *NSQ) GetTlsClientCert() []byte

func (*NSQ) GetTlsClientKey added in v0.0.32

func (m *NSQ) GetTlsClientKey() []byte

func (*NSQ) GetUseTls added in v0.0.32

func (m *NSQ) GetUseTls() bool

func (*NSQ) ProtoMessage added in v0.0.32

func (*NSQ) ProtoMessage()

func (*NSQ) Reset added in v0.0.32

func (m *NSQ) Reset()

func (*NSQ) String added in v0.0.32

func (m *NSQ) String() string

func (*NSQ) XXX_DiscardUnknown added in v0.0.32

func (m *NSQ) XXX_DiscardUnknown()

func (*NSQ) XXX_Marshal added in v0.0.32

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

func (*NSQ) XXX_Merge added in v0.0.32

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

func (*NSQ) XXX_Size added in v0.0.32

func (m *NSQ) XXX_Size() int

func (*NSQ) XXX_Unmarshal added in v0.0.32

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

type Nats added in v0.0.32

type Nats struct {
	// Required
	// Full DNS to connect to NATS. Ex: tls://localhost:4222
	Dsn string `protobuf:"bytes,1,opt,name=dsn,proto3" json:"dsn,omitempty"`
	// Specify to not verify server's TLS certificate
	InsecureTls bool `protobuf:"varint,2,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	// Optional
	TlsCaCert []byte `protobuf:"bytes,3,opt,name=tls_ca_cert,json=tlsCaCert,proto3" json:"tls_ca_cert,omitempty"`
	// Optional
	TlsClientCert []byte `protobuf:"bytes,4,opt,name=tls_client_cert,json=tlsClientCert,proto3" json:"tls_client_cert,omitempty"`
	// Optional
	TlsClientKey []byte `protobuf:"bytes,5,opt,name=tls_client_key,json=tlsClientKey,proto3" json:"tls_client_key,omitempty"`
	// Optional
	UserCredentials      []byte   `protobuf:"bytes,6,opt,name=user_credentials,json=userCredentials,proto3" json:"user_credentials,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Nats) Descriptor added in v0.0.32

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

func (*Nats) GetDsn added in v0.0.32

func (m *Nats) GetDsn() string

func (*Nats) GetInsecureTls added in v0.0.32

func (m *Nats) GetInsecureTls() bool

func (*Nats) GetTlsCaCert added in v0.0.32

func (m *Nats) GetTlsCaCert() []byte

func (*Nats) GetTlsClientCert added in v0.0.32

func (m *Nats) GetTlsClientCert() []byte

func (*Nats) GetTlsClientKey added in v0.0.32

func (m *Nats) GetTlsClientKey() []byte

func (*Nats) GetUserCredentials added in v0.0.32

func (m *Nats) GetUserCredentials() []byte

func (*Nats) ProtoMessage added in v0.0.32

func (*Nats) ProtoMessage()

func (*Nats) Reset added in v0.0.32

func (m *Nats) Reset()

func (*Nats) String added in v0.0.32

func (m *Nats) String() string

func (*Nats) XXX_DiscardUnknown added in v0.0.32

func (m *Nats) XXX_DiscardUnknown()

func (*Nats) XXX_Marshal added in v0.0.32

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

func (*Nats) XXX_Merge added in v0.0.32

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

func (*Nats) XXX_Size added in v0.0.32

func (m *Nats) XXX_Size() int

func (*Nats) XXX_Unmarshal added in v0.0.32

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

type NatsStreaming added in v0.0.32

type NatsStreaming struct {
	// Required
	// Full DNS to connect to NATS. Ex: tls://localhost:4222
	Dsn string `protobuf:"bytes,1,opt,name=dsn,proto3" json:"dsn,omitempty"`
	// Specify to not verify server's TLS certificate
	InsecureTls bool `protobuf:"varint,2,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	// Optional
	TlsCaCert []byte `protobuf:"bytes,3,opt,name=tls_ca_cert,json=tlsCaCert,proto3" json:"tls_ca_cert,omitempty"`
	// Optional
	TlsClientCert []byte `protobuf:"bytes,4,opt,name=tls_client_cert,json=tlsClientCert,proto3" json:"tls_client_cert,omitempty"`
	// Optional
	TlsClientKey []byte `protobuf:"bytes,5,opt,name=tls_client_key,json=tlsClientKey,proto3" json:"tls_client_key,omitempty"`
	// Optional
	UserCredentials []byte `protobuf:"bytes,6,opt,name=user_credentials,json=userCredentials,proto3" json:"user_credentials,omitempty"`
	// Required
	ClusterId string `protobuf:"bytes,7,opt,name=cluster_id,json=clusterId,proto3" json:"cluster_id,omitempty"`
	// Required
	ClientId             string   `protobuf:"bytes,8,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*NatsStreaming) Descriptor added in v0.0.32

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

func (*NatsStreaming) GetClientId added in v0.0.32

func (m *NatsStreaming) GetClientId() string

func (*NatsStreaming) GetClusterId added in v0.0.32

func (m *NatsStreaming) GetClusterId() string

func (*NatsStreaming) GetDsn added in v0.0.32

func (m *NatsStreaming) GetDsn() string

func (*NatsStreaming) GetInsecureTls added in v0.0.32

func (m *NatsStreaming) GetInsecureTls() bool

func (*NatsStreaming) GetTlsCaCert added in v0.0.32

func (m *NatsStreaming) GetTlsCaCert() []byte

func (*NatsStreaming) GetTlsClientCert added in v0.0.32

func (m *NatsStreaming) GetTlsClientCert() []byte

func (*NatsStreaming) GetTlsClientKey added in v0.0.32

func (m *NatsStreaming) GetTlsClientKey() []byte

func (*NatsStreaming) GetUserCredentials added in v0.0.32

func (m *NatsStreaming) GetUserCredentials() []byte

func (*NatsStreaming) ProtoMessage added in v0.0.32

func (*NatsStreaming) ProtoMessage()

func (*NatsStreaming) Reset added in v0.0.32

func (m *NatsStreaming) Reset()

func (*NatsStreaming) String added in v0.0.32

func (m *NatsStreaming) String() string

func (*NatsStreaming) XXX_DiscardUnknown added in v0.0.32

func (m *NatsStreaming) XXX_DiscardUnknown()

func (*NatsStreaming) XXX_Marshal added in v0.0.32

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

func (*NatsStreaming) XXX_Merge added in v0.0.32

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

func (*NatsStreaming) XXX_Size added in v0.0.32

func (m *NatsStreaming) XXX_Size() int

func (*NatsStreaming) XXX_Unmarshal added in v0.0.32

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

type Postgres added in v0.0.32

type Postgres struct {
	// Required
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Required
	Port uint32 `protobuf:"varint,2,opt,name=port,proto3" json:"port,omitempty"`
	// Optional
	Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"`
	// Optional
	Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"`
	// Required
	Database string `protobuf:"bytes,5,opt,name=database,proto3" json:"database,omitempty"`
	// Whether to collect using TLS
	UseTls bool `protobuf:"varint,6,opt,name=use_tls,json=useTls,proto3" json:"use_tls,omitempty"`
	// Specify to not verify server's TLS certificate
	InsecureTls          bool     `protobuf:"varint,7,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Postgres) Descriptor added in v0.0.32

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

func (*Postgres) GetAddress added in v0.0.32

func (m *Postgres) GetAddress() string

func (*Postgres) GetDatabase added in v0.0.32

func (m *Postgres) GetDatabase() string

func (*Postgres) GetInsecureTls added in v0.0.32

func (m *Postgres) GetInsecureTls() bool

func (*Postgres) GetPassword added in v0.0.32

func (m *Postgres) GetPassword() string

func (*Postgres) GetPort added in v0.0.32

func (m *Postgres) GetPort() uint32

func (*Postgres) GetUseTls added in v0.0.32

func (m *Postgres) GetUseTls() bool

func (*Postgres) GetUsername added in v0.0.32

func (m *Postgres) GetUsername() string

func (*Postgres) ProtoMessage added in v0.0.32

func (*Postgres) ProtoMessage()

func (*Postgres) Reset added in v0.0.32

func (m *Postgres) Reset()

func (*Postgres) String added in v0.0.32

func (m *Postgres) String() string

func (*Postgres) XXX_DiscardUnknown added in v0.0.32

func (m *Postgres) XXX_DiscardUnknown()

func (*Postgres) XXX_Marshal added in v0.0.32

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

func (*Postgres) XXX_Merge added in v0.0.32

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

func (*Postgres) XXX_Size added in v0.0.32

func (m *Postgres) XXX_Size() int

func (*Postgres) XXX_Unmarshal added in v0.0.32

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

type Pulsar added in v0.0.32

type Pulsar struct {
	// Required
	// Full DSN to connect to Pulsar. Ex: pulsar://localhost:6650
	Dsn string `protobuf:"bytes,1,opt,name=dsn,proto3" json:"dsn,omitempty"`
	// Optional
	// Default: 10s
	ConnectTimeout string `protobuf:"bytes,2,opt,name=connect_timeout,json=connectTimeout,proto3" json:"connect_timeout,omitempty"`
	// Specify to not verify server's TLS certificate
	InsecureTls bool `protobuf:"varint,3,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	// Optional
	TlsClientCert []byte `protobuf:"bytes,4,opt,name=tls_client_cert,json=tlsClientCert,proto3" json:"tls_client_cert,omitempty"`
	// Optional
	TlsClientKey         []byte   `protobuf:"bytes,5,opt,name=tls_client_key,json=tlsClientKey,proto3" json:"tls_client_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Pulsar) Descriptor added in v0.0.32

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

func (*Pulsar) GetConnectTimeout added in v0.0.32

func (m *Pulsar) GetConnectTimeout() string

func (*Pulsar) GetDsn added in v0.0.32

func (m *Pulsar) GetDsn() string

func (*Pulsar) GetInsecureTls added in v0.0.32

func (m *Pulsar) GetInsecureTls() bool

func (*Pulsar) GetTlsClientCert added in v0.0.32

func (m *Pulsar) GetTlsClientCert() []byte

func (*Pulsar) GetTlsClientKey added in v0.0.32

func (m *Pulsar) GetTlsClientKey() []byte

func (*Pulsar) ProtoMessage added in v0.0.32

func (*Pulsar) ProtoMessage()

func (*Pulsar) Reset added in v0.0.32

func (m *Pulsar) Reset()

func (*Pulsar) String added in v0.0.32

func (m *Pulsar) String() string

func (*Pulsar) XXX_DiscardUnknown added in v0.0.32

func (m *Pulsar) XXX_DiscardUnknown()

func (*Pulsar) XXX_Marshal added in v0.0.32

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

func (*Pulsar) XXX_Merge added in v0.0.32

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

func (*Pulsar) XXX_Size added in v0.0.32

func (m *Pulsar) XXX_Size() int

func (*Pulsar) XXX_Unmarshal added in v0.0.32

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

type Rabbit added in v0.0.32

type Rabbit struct {
	// Required
	// Full DSN used to connect to rabbit
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Connect over TLS
	UseTls bool `protobuf:"varint,2,opt,name=use_tls,json=useTls,proto3" json:"use_tls,omitempty"`
	// Specify to not verify server's TLS certificate
	InsecureTls          bool     `protobuf:"varint,3,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Rabbit) Descriptor added in v0.0.32

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

func (*Rabbit) GetAddress added in v0.0.32

func (m *Rabbit) GetAddress() string

func (*Rabbit) GetInsecureTls added in v0.0.32

func (m *Rabbit) GetInsecureTls() bool

func (*Rabbit) GetUseTls added in v0.0.32

func (m *Rabbit) GetUseTls() bool

func (*Rabbit) ProtoMessage added in v0.0.32

func (*Rabbit) ProtoMessage()

func (*Rabbit) Reset added in v0.0.32

func (m *Rabbit) Reset()

func (*Rabbit) String added in v0.0.32

func (m *Rabbit) String() string

func (*Rabbit) XXX_DiscardUnknown added in v0.0.32

func (m *Rabbit) XXX_DiscardUnknown()

func (*Rabbit) XXX_Marshal added in v0.0.32

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

func (*Rabbit) XXX_Merge added in v0.0.32

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

func (*Rabbit) XXX_Size added in v0.0.32

func (m *Rabbit) XXX_Size() int

func (*Rabbit) XXX_Unmarshal added in v0.0.32

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

type RabbitStreams added in v0.0.32

type RabbitStreams struct {
	// Required
	// DSN used to connect to rabbitmq. Ex: rabbitmq-stream://localhost:5552
	Dsn string `protobuf:"bytes,1,opt,name=dsn,proto3" json:"dsn,omitempty"`
	// Connect over TLS
	UseTls bool `protobuf:"varint,2,opt,name=use_tls,json=useTls,proto3" json:"use_tls,omitempty"`
	// Specify to not verify server's TLS certificate
	InsecureTls bool `protobuf:"varint,3,opt,name=insecure_tls,json=insecureTls,proto3" json:"insecure_tls,omitempty"`
	// Required
	Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	// Required
	Password string `protobuf:"bytes,5,opt,name=password,proto3" json:"password,omitempty"`
	// Required
	ClientName           string   `protobuf:"bytes,6,opt,name=client_name,json=clientName,proto3" json:"client_name,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RabbitStreams) Descriptor added in v0.0.32

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

func (*RabbitStreams) GetClientName added in v0.0.32

func (m *RabbitStreams) GetClientName() string

func (*RabbitStreams) GetDsn added in v0.0.32

func (m *RabbitStreams) GetDsn() string

func (*RabbitStreams) GetInsecureTls added in v0.0.32

func (m *RabbitStreams) GetInsecureTls() bool

func (*RabbitStreams) GetPassword added in v0.0.32

func (m *RabbitStreams) GetPassword() string

func (*RabbitStreams) GetUseTls added in v0.0.32

func (m *RabbitStreams) GetUseTls() bool

func (*RabbitStreams) GetUsername added in v0.0.32

func (m *RabbitStreams) GetUsername() string

func (*RabbitStreams) ProtoMessage added in v0.0.32

func (*RabbitStreams) ProtoMessage()

func (*RabbitStreams) Reset added in v0.0.32

func (m *RabbitStreams) Reset()

func (*RabbitStreams) String added in v0.0.32

func (m *RabbitStreams) String() string

func (*RabbitStreams) XXX_DiscardUnknown added in v0.0.32

func (m *RabbitStreams) XXX_DiscardUnknown()

func (*RabbitStreams) XXX_Marshal added in v0.0.32

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

func (*RabbitStreams) XXX_Merge added in v0.0.32

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

func (*RabbitStreams) XXX_Size added in v0.0.32

func (m *RabbitStreams) XXX_Size() int

func (*RabbitStreams) XXX_Unmarshal added in v0.0.32

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

type RedisPubsub added in v0.0.32

type RedisPubsub struct {
	// Required
	// Address of redis server. Ex: "localhost:6379"
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Optional
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// Optional
	Password             string   `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RedisPubsub) Descriptor added in v0.0.32

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

func (*RedisPubsub) GetAddress added in v0.0.32

func (m *RedisPubsub) GetAddress() string

func (*RedisPubsub) GetPassword added in v0.0.32

func (m *RedisPubsub) GetPassword() string

func (*RedisPubsub) GetUsername added in v0.0.32

func (m *RedisPubsub) GetUsername() string

func (*RedisPubsub) ProtoMessage added in v0.0.32

func (*RedisPubsub) ProtoMessage()

func (*RedisPubsub) Reset added in v0.0.32

func (m *RedisPubsub) Reset()

func (*RedisPubsub) String added in v0.0.32

func (m *RedisPubsub) String() string

func (*RedisPubsub) XXX_DiscardUnknown added in v0.0.32

func (m *RedisPubsub) XXX_DiscardUnknown()

func (*RedisPubsub) XXX_Marshal added in v0.0.32

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

func (*RedisPubsub) XXX_Merge added in v0.0.32

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

func (*RedisPubsub) XXX_Size added in v0.0.32

func (m *RedisPubsub) XXX_Size() int

func (*RedisPubsub) XXX_Unmarshal added in v0.0.32

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

type RedisStreams added in v0.0.32

type RedisStreams struct {
	// Required
	// Address of redis server. Ex: "localhost:6379"
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// Optional
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	// Optional
	Password             string   `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*RedisStreams) Descriptor added in v0.0.32

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

func (*RedisStreams) GetAddress added in v0.0.32

func (m *RedisStreams) GetAddress() string

func (*RedisStreams) GetPassword added in v0.0.32

func (m *RedisStreams) GetPassword() string

func (*RedisStreams) GetUsername added in v0.0.32

func (m *RedisStreams) GetUsername() string

func (*RedisStreams) ProtoMessage added in v0.0.32

func (*RedisStreams) ProtoMessage()

func (*RedisStreams) Reset added in v0.0.32

func (m *RedisStreams) Reset()

func (*RedisStreams) String added in v0.0.32

func (m *RedisStreams) String() string

func (*RedisStreams) XXX_DiscardUnknown added in v0.0.32

func (m *RedisStreams) XXX_DiscardUnknown()

func (*RedisStreams) XXX_Marshal added in v0.0.32

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

func (*RedisStreams) XXX_Merge added in v0.0.32

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

func (*RedisStreams) XXX_Size added in v0.0.32

func (m *RedisStreams) XXX_Size() int

func (*RedisStreams) XXX_Unmarshal added in v0.0.32

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

type SASLType

type SASLType int32
const (
	SASLType_NONE  SASLType = 0
	SASLType_PLAIN SASLType = 1
	SASLType_SCRAM SASLType = 2
)

func (SASLType) EnumDescriptor

func (SASLType) EnumDescriptor() ([]byte, []int)

func (SASLType) String

func (x SASLType) String() string

Jump to

Keyboard shortcuts

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