MCPcopy Create free account
hub / github.com/facebook/time / API

Struct API

calnex/api/api.go:39–42  ·  view source on GitHub ↗

API is struct for accessing calnex API

Source from the content-addressed store, hash-verified

37
38// API is struct for accessing calnex API
39type API struct {
40 Client *http.Client
41 source string
42}
43
44// Status is a struct representing Calnex status JSON response
45type Status struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected