package
0.11.0
Repository: https://github.com/x4b1/messenger.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

New returns a postgres store initialised with the given connection instance and config.
WithJSONPayload creates payload column as JSONB.
WithSchema setups schema name.
WithTableName setups schema name.
WithTransformer applies sets a custom message transformer.

# Constants

DefaultMessagesTable is the table name that will be used if no other table name provided.

# Variables

# Structs

Storer is the implementation of messages store for postgres.

# Interfaces

Executor knows how to run a sql query.
Instance defines the postgres interface to be used by the store.
Row knows how to scan an query row.
Rows knows how to scan multiple query rows.

# Type aliases

Option is a function to set options to Publisher.