Versions in this module Expand all Collapse all v0 v0.0.1 May 13, 2023 Changes in this version + type Options struct + ConnectTimeout time.Duration + Database string + Host string + MaxConnIdleTime time.Duration + MaxConns int32 + MinConns int32 + Password string + Port uint16 + TLSConfig *tls.Config + User string + type Results struct + func New(opts Options, lo logf.Logger) (*Results, error) + func (r *Results) Close() + func (r *Results) Get(ctx context.Context, uuid string) ([]byte, error) + func (r *Results) Query(ctx context.Context, token string, filters ...*tq.Filter) ([]*tq.QueryResult, string, error) + func (r *Results) Set(ctx context.Context, uuid, status string, meta *tq.Correlation, b []byte) error