StructAccessor is a json string with get functions.
| 8 | |
| 9 | // StructAccessor is a json string with get functions. |
| 10 | type StructAccessor struct { |
| 11 | object reflect.Value |
| 12 | } |
| 13 | |
| 14 | // NewStructAccessor adds the Accessor interface to a JSON string. |
| 15 | func NewStructAccessor(object interface{}) *StructAccessor { |
nothing calls this directly
no outgoing calls
no test coverage detected