Documentation ¶ Index ¶ type Client func New(client *hcloud.Client) *Client func (c *Client) GetLogs(organization string, limit int, page int) (*[]entities.AuditLog, int, *http.Response, *hcloud.ErrorResponse) func (c *Client) Version() (*entities.Version, *http.Response, *hcloud.ErrorResponse) 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(client *hcloud.Client) *Client func (*Client) GetLogs ¶ added in v0.0.21 func (c *Client) GetLogs(organization string, limit int, page int) (*[]entities.AuditLog, int, *http.Response, *hcloud.ErrorResponse) func (*Client) Version ¶ func (c *Client) Version() (*entities.Version, *http.Response, *hcloud.ErrorResponse) Source Files ¶ View all Source files auditor.gologs.goversion.go Click to show internal directories. Click to hide internal directories.