Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitConfig ¶
Types ¶
type Config ¶
type Config struct {
Port int `mapstructure:"port"`
LogLevel string `mapstructure:"log-level"`
StorageFolder string `mapstructure:"storage-folder"`
RepoTTL time.Duration `mapstructure:"repo-ttl"`
TokenTTL time.Duration `mapstructure:"token-ttl"`
RepoCheckInterval time.Duration `mapstructure:"repo-check-interval"`
}
Click to show internal directories.
Click to hide internal directories.