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

Method ServeKite

method.go:30–30  ·  view source on GitHub ↗
(*Request)

Source from the content-addressed store, hash-verified

28// The returned result must be marshalable with json package.
29type Handler interface {
30 ServeKite(*Request) (result interface{}, err error)
31}
32
33// HandlerFunc is a type adapter to allow the use of ordinary functions as

Callers 2

ServeKiteMethod · 0.65
runMethodMethod · 0.65

Implementers 2

Methodmethod.go
webRTCHandlerhandlers.go

Calls

no outgoing calls

Tested by

no test coverage detected