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

Function handleSystemInfo

handlers.go:102–104  ·  view source on GitHub ↗

handleSystemInfo returns info about the system (CPU, memory, disk...).

(r *Request)

Source from the content-addressed store, hash-verified

100
101// handleSystemInfo returns info about the system (CPU, memory, disk...).
102func handleSystemInfo(r *Request) (interface{}, error) {
103 return systeminfo.New()
104}
105
106// handleLog prints a log message to stderr.
107func (k *Kite) handleLog(r *Request) (interface{}, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected