MCPcopy Index your code
hub / github.com/koding/kite / Function

Struct Function

dnode/callback.go:9–11  ·  view source on GitHub ↗

Function is the type for sending and receiving functions in dnode messages.

Source from the content-addressed store, hash-verified

7
8// Function is the type for sending and receiving functions in dnode messages.
9type Function struct {
10 Caller caller
11}
12
13type caller interface {
14 Call(args ...interface{}) error

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected