//
pkg.gl
Category
github.com/duke-git/lancet/v2
structs
package
2.3.3
Repository:
https://github.com/duke-git/lancet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
4
Files
216 SLOC
#
Functions
New
New returns a new *Struct.
ToMap
ToMap convert struct to map, only convert exported struct field map key is specified same as struct field tag `json` value.
#
Structs
Field
Field is abstract struct field for provide several high level functions.
Struct
Struct is abstract struct for provide several high level functions.
Tag
Tag is abstract struct field tag.