package
Version:
v0.0.0-...-90365bb
Opens a new window with list of versions in this module.
Published: Jun 3, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Type string `envconfig:"TYPE" default:"sqlite" json:"type"`
DSN string `envconfig:"DSN" default:"file::memory:?cache=shared" json:"dsn"`
Debug bool `envconfig:"DEBUG" json:"debug"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.