Documentation ¶
Index ¶
- func CreateKeyValuePairs(m map[string]string, prefix string, suffix string) ([]byte, error)
- func EqualLists(a, b []string) bool
- func GetFileFromUrl(fileUrl string) ([]byte, error)
- func GetNewestVersion(versions []string) (string, error)
- func GetValueFromStruct(keyWithDots string, object interface{}) (string, error)
- func IsClientModule(module model.Module) bool
- func MapToYamlBytes(m map[string]interface{}) ([]byte, error)
- func MapValues[M ~map[K]V, K comparable, V any](m M) []V
- func MarshalYamlWithJsonTags(v interface{}) ([]byte, error)
- func MinInt(a, b int) int
- func TarGzWrite(inDirPath string) ([]byte, error)
- func ToList(value string) []string
- func YamlBytesToMap(b []byte) (map[string]interface{}, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateKeyValuePairs ¶
func EqualLists ¶
func GetFileFromUrl ¶
func GetNewestVersion ¶
func GetValueFromStruct ¶
func IsClientModule ¶
func MapToYamlBytes ¶
func MapValues ¶
func MapValues[M ~map[K]V, K comparable, V any](m M) []V
func MarshalYamlWithJsonTags ¶ added in v1.0.2
func TarGzWrite ¶
func YamlBytesToMap ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.