Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vulcand/vulcand
/ GetStatus
Method
GetStatus
api/client.go:31–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
(c *Client) GetStatus() error {
32
_, err := c.Get(c.endpoint(
"status"
), url.Values{})
33
return
err
34
}
35
36
func
(c *Client) GetHosts() ([]engine.Host, error) {
37
data, err := c.Get(c.endpoint(
"hosts"
), url.Values{})
Callers
1
TestStatus
Method · 0.80
Calls
2
Get
Method · 0.95
endpoint
Method · 0.95
Tested by
1
TestStatus
Method · 0.64