Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSubstreamsClient ¶
func NewSubstreamsClient(config *SubstreamsClientConfig) (cli pbsubstreams.StreamClient, closeFunc func() error, callOpts []grpc.CallOption, err error)
Types ¶
type Factory ¶ added in v0.0.21
type Factory = func() (cli pbsubstreams.StreamClient, closeFunc func() error, callOpts []grpc.CallOption, err error)
func NewFactory ¶ added in v0.0.21
func NewFactory(config *SubstreamsClientConfig) Factory
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
Click to show internal directories.
Click to hide internal directories.