Versions in this module Expand all Collapse all v0 v0.1.2 Apr 19, 2023 Changes in this version type Client + func (c *Client) Login() error + type LoginReadResult struct + Return []struct{ ... } v0.1.1 Oct 7, 2022 Changes in this version + func Provider() *schema.Provider + type Client struct + Client *http.Client + Config Config + func NewClient(config Config) (*Client, error) + func (c *Client) Post(uri string, data map[string]interface{}) (*http.Response, error) + type Config struct + Debug bool + Eauth string + Host string + Password string + Port int + SSLSkipVerify bool + Scheme string + Token string + UseToken bool + Username string + type KeyPairCreateResult struct + Return []struct{ ... } + type KeyPairReadResult struct + Return []struct{ ... }