package
1.1.3
Repository: https://github.com/wuhc1010/go-zero.git
Documentation: pkg.go.dev

# Functions

Deref dereferences a type, if pointer type, returns its element type.
Marshal marshals the given val and returns the map that contains the fields.
NewUnmarshaler returns an Unmarshaler.
Repr returns the string representation of v.
SetMapIndexValue sets target to value at key position, pointers are processed automatically.
SetValue sets target to value, pointers are processed automatically.
UnmarshalJsonBytes unmarshals content into v.
UnmarshalJsonMap unmarshals content from m into v.
UnmarshalJsonReader unmarshals content from reader into v.
UnmarshalKey unmarshals m into v with tag key.
UnmarshalTomlBytes unmarshals TOML bytes into the given v.
UnmarshalTomlReader unmarshals TOML from the given io.Reader into the given v.
UnmarshalYamlBytes unmarshals content into v.
UnmarshalYamlReader unmarshals content from reader into v.
ValidatePtr validates v if it's a valid pointer.
WithCanonicalKeyFunc customizes an Unmarshaler with Canonical Key func.
WithDefault customizes an Unmarshaler with fill default values.
WithStringValues customizes an Unmarshaler with number values from strings.

# Structs

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author