Documentation
¶
Index ¶
- func GetAllEnvs(key []string, envType string) map[string]string
- func GetEnv(key string, envType string) string
- func GetEnvWithDefault(key string, def func() string) string
- func GetEnvs(key []string, envType string) string
- func GetValue(value string, envType string) string
- func Getenv(key string, envType string) string
- func RunCommand(cmd string) (*string, error)
- func ShortChecksum(data []byte) string
- type IDStore
- type SrcFile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEnvWithDefault ¶ added in v0.5.0
func RunCommand ¶
func ShortChecksum ¶ added in v0.42.13
ShortChecksum returns the SHA-256 checksum as a hex string.
Types ¶
type SrcFile ¶ added in v0.24.0
type SrcFile string
func NewSrcFile ¶ added in v0.37.3
func (SrcFile) IsNotEmpty ¶ added in v0.24.0
Click to show internal directories.
Click to hide internal directories.