Lines Matching defs:S
55 type S struct { struct
56 A int `json:",omitempty"`
57 B string `json:"B1,omitempty"`
58 C float64
59 D bool
60 E uint8
61 F []byte
62 G interface{}
63 H map[string]interface{}
64 I map[string]string
65 J []interface{}
66 K []string
67 L S1
68 M *S1
69 N *int
70 O **int
72 Q Marshaller
73 R int `json:"-"`
74 S int `json:",string"` member