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

Struct callOptions

client.go:170–176  ·  view source on GitHub ↗

callOptions is the type of first argument in the dnode message. It is used when unmarshalling a dnode message.

Source from the content-addressed store, hash-verified

168// callOptions is the type of first argument in the dnode message.
169// It is used when unmarshalling a dnode message.
170type callOptions struct {
171 // Arguments to the method
172 Kite protocol.Kite `json:"kite" dnode:"-"`
173 Auth *Auth `json:"authentication"`
174 WithArgs *dnode.Partial `json:"withArgs" dnode:"-"`
175 ResponseCallback dnode.Function `json:"responseCallback"`
176}
177
178// callOptionsOut is the same structure with callOptions.
179// It is used when marshalling a dnode message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected