Searched defs:StringTag (Results 1 – 1 of 1) sorted by relevance
73 type StringTag struct { struct74 BoolStr bool `json:",string"`75 IntStr int64 `json:",string"`76 UintptrStr uintptr `json:",string"`77 StrStr string `json:",string"`78 NumberStr Number `json:",string"`