Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsyncSinkFactory ¶
type AsyncSinkFactory struct { Config Config Next proximo.AsyncSinkFactory }
func (AsyncSinkFactory) NewAsyncSink ¶
func (s AsyncSinkFactory) NewAsyncSink(ctx context.Context, req *proto.StartPublishRequest) (substrate.AsyncMessageSink, error)
type AsyncSourceFactory ¶
type AsyncSourceFactory struct { Config Config Next proximo.AsyncSourceFactory }
func (AsyncSourceFactory) NewAsyncSource ¶
func (s AsyncSourceFactory) NewAsyncSource(ctx context.Context, req *proto.StartConsumeRequest) (substrate.AsyncMessageSource, error)
type Config ¶
Config allows retrieve of access scope for the current client
func ConfigFromFile ¶
ConfigFromFile parses and compiles ACL config from a yaml file
func ConfigFromString ¶
ConfigFromString parses and compiles ACL config from a string
Click to show internal directories.
Click to hide internal directories.