package
Version:
v0.0.0-...-1f6e3fe
Opens a new window with list of versions in this module.
Published: Dec 25, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Auth struct {
Token string `validate:"required"`
TTL time.Duration `validate:"required"`
}
type Config struct {
JWT Auth `validate:"required"`
DB Database `validate:"required"`
}
type Database struct {
Host string `validate:"required"`
User string `validate:"required"`
Password string `validate:"required"`
Port string `validate:"required,numeric"`
Schema string `validate:"required"`
EnableLogging bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.