String returns the string representation of the current list.
()
| 277 | |
| 278 | // String returns the string representation of the current list. |
| 279 | func (l FieldsList) String() string { |
| 280 | v, _ := json.Marshal(l) |
| 281 | return string(v) |
| 282 | } |
| 283 | |
| 284 | type onlyFieldType struct { |
| 285 | Type string `json:"type"` |
no outgoing calls