Documentation ¶ Index ¶ type FieldTag func ParseFieldTag(tag string) FieldTag func (t FieldTag) GetAll(key string) []string func (t FieldTag) GetFirst(key string) (string, bool) func (t FieldTag) GetString(key string) (string, bool) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type FieldTag ¶ type FieldTag map[string]string func ParseFieldTag ¶ func ParseFieldTag(tag string) FieldTag func (FieldTag) GetAll ¶ func (t FieldTag) GetAll(key string) []string func (FieldTag) GetFirst ¶ func (t FieldTag) GetFirst(key string) (string, bool) func (FieldTag) GetString ¶ func (t FieldTag) GetString(key string) (string, bool) Source Files ¶ View all Source files parser.go Click to show internal directories. Click to hide internal directories.