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

Function handlePing

handlers.go:119–121  ·  view source on GitHub ↗

handlePing returns a simple "pong" string

(r *Request)

Source from the content-addressed store, hash-verified

117
118//handlePing returns a simple "pong" string
119func handlePing(r *Request) (interface{}, error) {
120 return "pong", nil
121}
122
123// handlePrint prints a message to stdout.
124func handlePrint(r *Request) (interface{}, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected