Documentation
¶
Index ¶
- Variables
- type Client
- type Option
- func WithDebeziumForwarder(options *forwarder.DebeziumOptions) Option
- func WithForwarder(options *forwarder.Options) Option
- func WithLogger(logger *zap.Logger) Option
- func WithMySQL(options *mysql.Options) Option
- func WithNATS(options *nats.Options) Option
- func WithPostgres(options *postgres.Options) Option
- type Options
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrNoDB = errors.New("no database configured") ErrNoBus = errors.New("no bus configured") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) EventBuilder ¶
func (*Client) TestHelper ¶ added in v0.14.0
func (sf *Client) TestHelper() *testhelper.TestHelper
type Option ¶
type Option func(o *clientOptions)
func WithDebeziumForwarder ¶ added in v0.16.0
func WithDebeziumForwarder(options *forwarder.DebeziumOptions) Option
func WithForwarder ¶
func WithLogger ¶
func WithPostgres ¶
Click to show internal directories.
Click to hide internal directories.