Documentation
¶
Index ¶
- func Get(key string) any
- func GetBool(key string) bool
- func GetDuration(key string) time.Duration
- func GetFloat64(key string) float64
- func GetInt(key string) int
- func GetInt64(key string) int64
- func GetIntSlice(key string) []int
- func GetSnowId() uint64
- func GetSnowIdString() string
- func GetString(key string) string
- func GetStringMap(key string) map[string]any
- func GetStringMapStringSlice(key string) map[string][]string
- func GetStringSlice(key string) []string
- func GetTime(key string) time.Time
- func Init(path string)
- func Raw() *viper.Viper
- func Set(key string, value any)
- func TestSnowFlake(count int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Source Files
¶
- config.go
Click to show internal directories.
Click to hide internal directories.