returns the value
()
| 29 | IterField interface { |
| 30 | Value() interface{} // returns the value |
| 31 | String() string // string representation of the value |
| 32 | SetValue(v interface{}, force ...bool) error // `force` ignores `tagReadonly` (to be used with caution!) |
| 33 | } |
| 34 |
no outgoing calls