Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthService ¶
type AuthService struct {
Endpoint string `yaml:"endpoint"`
}
type Config ¶
type Config struct { Server Server `yaml:"server"` FileService FileService `yaml:"fileService"` AuthService AuthService `yaml:"authService"` }
type FileService ¶
type FileService struct {
Endpoint string `yaml:"endpoint"`
}
Click to show internal directories.
Click to hide internal directories.