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

Struct Callback

kite_test.go:281–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 const timeout = 2 * time.Second
280
281 type Callback struct {
282 Index int
283 Func dnode.Function
284 }
285
286 k := newXhrKite("callback", "0.0.1")
287 k.Config.DisableAuthentication = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected