Documentation
¶
Index ¶
- Variables
- func CacheTag(struct_name string, field_name string, value *TagFast)
- func ClearTag()
- func ParseStructTag(tag string) map[string]string
- func Tag(t reflect.Type, f reflect.StructField, key string) (tag string)
- func Tag1(t reflect.Type, field_no int, key string) (tag string)
- func Tag2(t reflect.Type, field_name string, key string) (tag string)
- type TagFast
Constants ¶
This section is empty.
Variables ¶
View Source
var CachedStructTags map[string]map[string]*TagFast = make(map[string]map[string]*TagFast)
[struct_name][field_name]
Functions ¶
func ParseStructTag ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.