Documentation ¶ Index ¶ func Convertor[S any](source interface{}) (*S, error) func MapGet[T any](data map[string]interface{}, key string) T func Marshal(object interface{}) ([]byte, error) func ToLowerCamelJson(snakeJson []byte) ([]byte, error) func Unmarshal[S any](json []byte) (*S, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Convertor ¶ func Convertor[S any](source interface{}) (*S, error) func MapGet ¶ added in v0.1.6 func MapGet[T any](data map[string]interface{}, key string) T func Marshal ¶ func Marshal(object interface{}) ([]byte, error) func ToLowerCamelJson ¶ added in v0.1.2 func ToLowerCamelJson(snakeJson []byte) ([]byte, error) func Unmarshal ¶ func Unmarshal[S any](json []byte) (*S, error) Types ¶ This section is empty. Source Files ¶ View all Source files convert.go helper.go map.go Click to show internal directories. Click to hide internal directories.