Documentation
¶
Overview ¶
SPDX-License-Identifier: AGPL-3.0-or-later
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
App AppConfig
Database DatabaseConfig
OAuth OAuthConfig
Server ServerConfig
Logger LoggerConfig
}
type DatabaseConfig ¶
type DatabaseConfig struct {
DSN string
}
type LoggerConfig ¶
type LoggerConfig struct {
Level string
}
type OAuthConfig ¶
type ServerConfig ¶
type ServerConfig struct {
ListenAddr string
}
Click to show internal directories.
Click to hide internal directories.