Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Log struct {
Path string `yaml:"path"`
} `yaml:"log"`
DB struct {
Dir string `yaml:"dir"`
}
Server struct {
Host string `yaml:"host"`
SSHPort int `yaml:"ssh_port"`
HTTPPort int `yaml:"http_port"`
CertsDir string `yaml:"certs_dir"`
}
Neynar struct {
APIKey string `yaml:"api_key"`
ClientID string `yaml:"client_id"`
BaseUrl string `yaml:"base_url"`
}
}
func ReadConfig ¶
Click to show internal directories.
Click to hide internal directories.