MCPcopy
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
31func (c *Client) GetStatus() error {
32 _, err := c.Get(c.endpoint("status"), url.Values{})
33 return err
34}
35
36func (c *Client) GetHosts() ([]engine.Host, error) {
37 data, err := c.Get(c.endpoint("hosts"), url.Values{})

Callers 1

TestStatusMethod · 0.80

Calls 2

GetMethod · 0.95
endpointMethod · 0.95

Tested by 1

TestStatusMethod · 0.64