Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Hooks ¶
type Hooks struct {
// contains filtered or unexported fields
}
Hooks satisfies the sqlhook.Hooks interface
func (*Hooks) After ¶
After hook will get the timestamp registered on the Before hook and print the elapsed time
type Repo ¶
type Repo struct { Querier Querier // contains filtered or unexported fields }
func (*Repo) Metrics ¶
func (r *Repo) Metrics() []prometheus.Collector
type Transacter ¶
Click to show internal directories.
Click to hide internal directories.