func()

in binding-go/client.go [239:244]


func (c *Client) Shutdown() error {
	if err := c.post("/v1/shutdown/", struct{}{}, nil); err != nil {
		return fmt.Errorf("shutdown: %s", err)
	}
	return nil
}