package
Version:
v0.0.0-...-4b0ee74
Opens a new window with list of versions in this module.
Published: Oct 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 4
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
DSN string `yaml:"dsn"`
Level string `yaml:"level"`
MaxConn int `yaml:"max_conn"`
MaxOpen int `yaml:"max_open"`
Timeout int64 `yaml:"timeout"`
}
type Filter struct {
Query interface{}
Args []interface{}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.