Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIConfig ¶
type APIConfig struct {
Port string
}
func NewAPIConfig ¶
func NewAPIConfig() *APIConfig
type Config ¶
type Config struct { API *APIConfig Database *DBConfig Cors *CorsConfig S3 *S3Config }
type CorsConfig ¶
type CorsConfig struct {
AllowedOrigins string
}
func NewCorsConfig ¶
func NewCorsConfig() *CorsConfig
Click to show internal directories.
Click to hide internal directories.