maputils

package
v0.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 14, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MapSliceVal

func MapSliceVal(m map[string]any, key string) (map[string]any, error)

MapSliceVal returns the value of the key as map[string]any If the key does not exist an empty map is returned. If they key exist but has a different type an error is returned.

func StrSliceVal

func StrSliceVal(m map[string]any, key string) ([]string, error)

StrSliceVal returns the value of the key as []string. If the key does not exist nil is returned. If they key exist but has a different type an error is returned.

func StrVal

func StrVal(m map[string]any, key string) (string, error)

StrVal returns the value of the key as string. If the key does not exist an empty string is returned. If they key exist but has a different type an error is returned.

func ToStrMap

func ToStrMap(m map[string]any) (map[string]string, error)

ToStrMap converts the map to map[string]string. If a value in m is not a string an error is returned.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL