Documentation ¶
Index ¶
- type Client
- func (c *Client) DeleteVHost(ctx context.Context, name string) error
- func (c *Client) ListVHosts(ctx context.Context) (info []VHostInfo, err error)
- func (c *Client) PutVHost(ctx context.Context, name string, settings VHostSettings) error
- func (c *Client) UpdatePermissionsIn(ctx context.Context, vhost, username string, p Permissions) error
- type Permissions
- type VHostInfo
- type VHostSettings
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 (*Client) ListVHosts ¶
func (*Client) UpdatePermissionsIn ¶
type Permissions ¶
type VHostSettings ¶
Click to show internal directories.
Click to hide internal directories.