MCPcopy Create free account
hub / github.com/koding/kite / Partial

Struct Partial

dnode/partial.go:11–14  ·  view source on GitHub ↗

Partial is the type of "arguments" field in dnode.Message.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected