Documentation
¶
Overview ¶
Package taginfo contains tag info.
Index ¶
- func All(extras ...map[string][]*Taginfo) map[string][]*Taginfo
- func AllBytes() []byte
- func Load(rdr io.Reader) (map[string][]*Taginfo, error)
- func LoadAll() (map[string][]*Taginfo, error)
- func LoadBytes(buf []byte) (map[string][]*Taginfo, error)
- func LoadFile(file string) (map[string][]*Taginfo, error)
- func MustLoadBytes(buf []byte) map[string][]*Taginfo
- func MustLoadFile(file string) map[string][]*Taginfo
- func RegisterType(typ string, i int)
- type FindFunc
- type Taginfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustLoadBytes ¶
MustLoadBytes loads csv tag info from buf.
func MustLoadFile ¶
MustLoadFile loads csv tag info from a file.
Types ¶
Click to show internal directories.
Click to hide internal directories.