Partial is the type of "arguments" field in dnode.Message.
| 9 | |
| 10 | // Partial is the type of "arguments" field in dnode.Message. |
| 11 | type Partial struct { |
| 12 | Raw []byte |
| 13 | CallbackSpecs []CallbackSpec |
| 14 | } |
| 15 | |
| 16 | // MarshalJSON returns the raw bytes of the Partial. |
| 17 | func (p *Partial) MarshalJSON() ([]byte, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected