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

Interface caller

dnode/callback.go:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type caller interface {
14 Call(args ...interface{}) error
15}
16
17// Call the received function.
18func (f Function) Call(args ...interface{}) error {

Callers 8

newHeartbeatReqFunction · 0.65
SquareCBFunction · 0.65
newRequestMethod · 0.65
onErrorFunction · 0.65
diskStatsFunction · 0.65
memoryStatsFunction · 0.65

Implementers 1

Functiondnode/callback.go

Calls

no outgoing calls

Tested by

no test coverage detected