Documentation
¶
Index ¶
- func ParseEncryptedResponse(body map[string]any) error
- type Client
- func (c *Client) CreateApplication(name string) (string, error)
- func (c *Client) CreateLicense(settings *License) (string, error)
- func (c *Client) CreateOwner(userID string) (string, error)
- func (c *Client) License(d *LicenseValidate) error
- func (c *Client) Login(username, password string) (*LoginInfo, error)
- func (c *Client) Logout() error
- func (c *Client) Register(username, password string, apiKey ...string) (string, error)
- type License
- type LicenseValidate
- type LoginInfo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseEncryptedResponse ¶
Types ¶
type LicenseValidate ¶
Click to show internal directories.
Click to hide internal directories.