Documentation ¶
Index ¶
- func NewSubstreamsClient(config *SubstreamsClientConfig) (cli pbsubstreamsrpc.StreamClient, closeFunc func() error, ...)
- func NewSubstreamsInternalClient(config *SubstreamsClientConfig) (cli pbssinternal.SubstreamsClient, closeFunc func() error, ...)
- type InternalClientFactory
- type SubstreamsClientConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSubstreamsClient ¶
func NewSubstreamsClient(config *SubstreamsClientConfig) (cli pbsubstreamsrpc.StreamClient, closeFunc func() error, callOpts []grpc.CallOption, err error)
func NewSubstreamsInternalClient ¶ added in v1.0.2
func NewSubstreamsInternalClient(config *SubstreamsClientConfig) (cli pbssinternal.SubstreamsClient, closeFunc func() error, callOpts []grpc.CallOption, err error)
Types ¶
type InternalClientFactory ¶ added in v1.0.2
type InternalClientFactory = func() (cli pbssinternal.SubstreamsClient, closeFunc func() error, callOpts []grpc.CallOption, err error)
func NewInternalClientFactory ¶ added in v1.0.2
func NewInternalClientFactory(config *SubstreamsClientConfig) InternalClientFactory
type SubstreamsClientConfig ¶ added in v0.0.21
type SubstreamsClientConfig struct {
// contains filtered or unexported fields
}
func NewSubstreamsClientConfig ¶ added in v0.0.21
func NewSubstreamsClientConfig(endpoint string, jwt string, insecure bool, plaintext bool) *SubstreamsClientConfig
func (*SubstreamsClientConfig) Endpoint ¶ added in v0.1.0
func (c *SubstreamsClientConfig) Endpoint() string
func (*SubstreamsClientConfig) Insecure ¶ added in v0.1.0
func (c *SubstreamsClientConfig) Insecure() bool
func (*SubstreamsClientConfig) JWT ¶ added in v0.1.0
func (c *SubstreamsClientConfig) JWT() string
func (*SubstreamsClientConfig) PlainText ¶ added in v0.1.0
func (c *SubstreamsClientConfig) PlainText() bool
Click to show internal directories.
Click to hide internal directories.