Documentation ¶
Index ¶
- type Client
- func (c *Client) PostLog(projectID int, format string, extended bool, reportId int, files []string, ...) (*models.Report, error)
- func (c *Client) PostReport(projectID int, r *models.Report) (*models.Report, error)
- func (c *Client) Project(id int) (*models.Project, error)
- func (c *Client) SetURL(new string) *Client
- func (c *Client) SetUserAgent(new string) *Client
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) PostReport ¶
func (*Client) SetUserAgent ¶
Click to show internal directories.
Click to hide internal directories.