Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { App `yaml:"app"` Server `yaml:"server"` Log `yaml:"logger"` SQLite `yaml:"sqlite"` FilesStorage `yaml:"files_storage"` }
type FilesStorage ¶
type FilesStorage struct {
Location string `yaml:"location" env:"FILES_LOCATION"`
}
Click to show internal directories.
Click to hide internal directories.