package
Version:
v0.0.0-...-e58cecd
Opens a new window with list of versions in this module.
Published: Sep 15, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
Type string `yaml:"type"`
Dsn string `yaml:"dsn"`
}
type Server struct {
Host string `yaml:"host"`
Port string `yaml:"port"`
LogTimezone string `yaml:"logTimezone"`
LogTimeFormat string `yaml:"logTimeFormat"`
}
type Url struct {
Schema string `yaml:"schema"`
Domain string `yaml:"domain"`
Length int `yaml:"length"`
AllowCustomPath bool `yaml:"allowCustomPath"`
ExpireSeconds *time.Duration `yaml:"expireSeconds"`
Unique bool `json:"unique"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.