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

Struct callOptionsOut

client.go:180–185  ·  view source on GitHub ↗

callOptionsOut is the same structure with callOptions. It is used when marshalling a dnode message.

Source from the content-addressed store, hash-verified

178// callOptionsOut is the same structure with callOptions.
179// It is used when marshalling a dnode message.
180type callOptionsOut struct {
181 callOptions
182
183 // Override this when sending because args will not be a *dnode.Partial.
184 WithArgs []interface{} `json:"withArgs"`
185}
186
187// Authentication is used when connecting a Client.
188type Auth struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected