Method
Assign
(typ string, value interface{})
Source from the content-addressed store, hash-verified
| 7 | type Field interface { |
| 8 | Name() string |
| 9 | Assign(typ string, value interface{}) error |
| 10 | } |
| 11 | |
| 12 | type Float struct { |
Implementers 2
Floatfields/03_compose/fields.go Uintfields/03_compose/fields.go
Tested by
no test coverage detected