(data []byte)
| 36 | } |
| 37 | |
| 38 | func (*Function) UnmarshalJSON(data []byte) error { |
| 39 | return nil |
| 40 | } |
| 41 | |
| 42 | // Callback is the wrapper for function when sending. |
| 43 | func Callback(f func(*Partial)) Function { |
nothing calls this directly
no outgoing calls
no test coverage detected