package
Version:
v0.0.0-...-949e8d3
Opens a new window with list of versions in this module.
Published: Jun 2, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Database struct {
Host string `env:"db_host"`
Port int `env:"db_port"`
Username string `env:"db_username"`
Password string `env:"db_password"`
Database string `env:"db_database"`
}
type Minio struct {
ServerURL string `env:"minio_url"`
AccessKey string `env:"minio_access"`
SecretKey string `env:"minio_secret"`
BucketName string `env:"minio_bucket"`
}
type Server struct {
ListenAddr string `env:"listen_addr"`
Port int `env:"port"`
Secret string `env:"secret"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.