feature/rate-limit #91

Merged
konrad merged 7 commits from feature/rate-limit into master 2019-07-21 21:27:31 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 1d47be5f5e - Show all commits

View File

@ -101,6 +101,7 @@ func (k Key) GetInt() int {
return viper.GetInt(string(k))
}
// GetInt64 returns an int64 config value
func (k Key) GetInt64() int64 {
return viper.GetInt64(string(k))
}