Lines Matching refs:go
20 namespace go validatetest
94 1: bool Bool0 = true (vt.const = "true", go.tag = 'json:"bool1"')
95 2: i8 Byte0 = 1 (vt.lt = "2", go.tag = 'json:"byte1"')
96 3: double Double0 = 1.0 (vt.lt = "2.0", go.tag = 'json:"double1"')
97 … 4: string String0 = "my const string" (vt.const = "my const string", go.tag = 'json:"string1"')
98 … 5: binary Binary0 = "my const string" (vt.const = "my const string", go.tag = 'json:"binary1"')
99 6: map<string, string> Map0 (vt.max_size = "2", go.tag = 'json:"map1"')
100 7: set<string> Set0 (vt.max_size = "2", go.tag = 'json:"set1"')
101 8: list<string> List0 (vt.max_size = "2", go.tag = 'json:"list1"')
102 9: EnumFoo Enum0 = EnumFoo.e2 (vt.in = "[EnumFoo.e2]", go.tag = 'json:"enum1"')
103 10: Foo Struct0 (vt.skip = "true", go.tag = 'json:"struct1"')