Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface { ConnInfo() *pgtype.ConnInfo Begin(context.Context) (pgx.Tx, error) Exec(context.Context, string, ...interface{}) (pgconn.CommandTag, error) Query(context.Context, string, ...interface{}) (pgx.Rows, error) QueryRow(context.Context, string, ...interface{}) pgx.Row Close(context.Context) error }
func ConnectPoolConfig ¶
type NoopFormatter ¶ added in v2.31.0
type NoopFormatter struct{}
type StripNewLinesFormatter ¶ added in v2.31.0
type StripNewLinesFormatter struct{}
type TagValueFormatter ¶ added in v2.31.0
type TagValueFormatter interface {
// contains filtered or unexported methods
}
func NewDefaultFormatter ¶ added in v2.31.0
func NewDefaultFormatter() TagValueFormatter
func NewNoopFormatter ¶ added in v2.31.0
func NewNoopFormatter() TagValueFormatter
type TracerOpt ¶ added in v2.31.0
type TracerOpt func(c *internalTracer)
func NoopSpanValueFormatter ¶ added in v2.31.0
func NoopSpanValueFormatter() TracerOpt
Click to show internal directories.
Click to hide internal directories.