Documentation ¶
Index ¶
- type Client
- func (c *Client) Create(ctx context.Context, messages []gooutstore.Message) error
- func (c *Client) FromContext(ctx context.Context) TX
- func (c *Client) IncRetry(ctx context.Context, m gooutstore.Message) error
- func (c *Client) ReadBatch(ctx context.Context, messageType string, batchSize int) ([]gooutstore.Message, error)
- func (c *Client) SetBroken(ctx context.Context, m gooutstore.Message) error
- func (c *Client) SetDone(ctx context.Context, m gooutstore.Message) error
- func (c *Client) ToContext(ctx context.Context, tx pgx.Tx) context.Context
- func (c *Client) WithTransaction(ctx context.Context, fn func(context.Context) error) (err error)
- type TX
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.