Documentation
¶
Index ¶
- func CopyFile(from string, to string) (int64, error)
- func CreateBaseDir(path string) error
- func DeleteDir(path string) error
- func DeleteFile(path string) error
- func EncodeJson(data interface{}) (string, error)
- func EncodeJsonIndent(data interface{}) (string, error)
- func EncodeYaml(data interface{}) (string, error)
- func FindOpenPort(port string) (string, error)
- func IotaToValues[T comparable](kv map[T]string) []string
- func RandomAlphanumeric(size int) string
- func ReadFile(path string) (string, error)
- func SplitKeyValue(kv string) (string, string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBaseDir ¶ added in v0.5.0
func DeleteFile ¶ added in v0.8.0
func EncodeJson ¶ added in v0.5.0
func EncodeJsonIndent ¶ added in v0.5.0
func EncodeYaml ¶ added in v0.5.0
func FindOpenPort ¶ added in v0.6.0
func IotaToValues ¶ added in v0.8.0
func IotaToValues[T comparable](kv map[T]string) []string
func RandomAlphanumeric ¶ added in v0.9.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.