(body noteboxBody)
| 38 | // Todo: Should these return errors? |
| 39 | func noteboxBodyFromJSON(data []byte) (body noteboxBody) { _ = note.JSONUnmarshal(data, &body); return } |
| 40 | func noteboxBodyToJSON(body noteboxBody) (data []byte) { data, _ = note.JSONMarshal(body); return } |
no outgoing calls
no test coverage detected