Documentation
¶
Index ¶
- func Do(value any, err error) any
- func DoMsg(value any, err error, message string) any
- func Env(key string) string
- func EnvBool(key string) bool
- func EnvBoolOr(key string, defaultValue bool) bool
- func EnvInt(key string) int
- func EnvIntOr(key string, defaultValue int) int
- func EnvList(key string, separator string) []string
- func EnvListOr(key string, separator string, defaultValue []string) []string
- func EnvOr(key string, defaultValue string) string
- func False(condition bool, message string)
- func NotEmpty(s string, name string)
- func NotNil(value any, name string)
- func Ok(err error)
- func OkMsg(err error, message string)
- func True(condition bool, message string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.