MCPcopy Index your code
hub / github.com/IceFireDB/IceFireDB / ExtInfoFunc

FuncType ExtInfoFunc

server_info.go:25–25  ·  view source on GitHub ↗
func() (tit string, metrics []map[string]interface{})

Source from the content-addressed store, hash-verified

23var Delims = []byte("\r\n")
24
25type ExtInfoFunc func() (tit string, metrics []map[string]interface{})
26
27type info struct {
28 sync.Mutex

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected