Versions in this module Expand all Collapse all v0 v0.7.0 Apr 13, 2023 Changes in this version + type Client struct + func NewClient(ctx context.Context, baseURL, username, password string, opts ...ClientOption) (*Client, error) + func (c *Client) AppRoute() *appRouteOps + func (c *Client) ApplicationLists() *appsListsOps + func (c *Client) CloudExpress() *cloudxOps + func (c *Client) CustomApplications() *customApplicationsOps + func (c *Client) Status() *statusOps + func (c *Client) VSmartPolicies() *vsmartOps + type ClientOption func(*ClientOptions) + func WithSkipInsecure() ClientOption + type ClientOptions struct + SkipInsecure bool