Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func New ¶
func New(c HTTPClient) *Client
func (*Client) Index ¶
func (c *Client) Index(ctx context.Context) (*IndexResponse, error)
Index Directory index.
func (*Client) MassUpdate ¶
func (c *Client) MassUpdate(ctx context.Context) (*MassUpdateResponse, error)
MassUpdate Apply sdn controller changes && reload.
type HTTPClient ¶
type IndexResponse ¶
type IndexResponse []*struct { Id string `url:"id",json:"id"` }
type MassUpdateResponse ¶
type MassUpdateResponse string
Click to show internal directories.
Click to hide internal directories.