Documentation
¶
Index ¶
- type Client
- func (cl *Client) CreateProject(p *CreateProjectPayload) (*models.Project, error)
- func (cl *Client) DeleteProject(id string) error
- func (cl *Client) GetProject(id string) (*models.Project, error)
- func (cl *Client) ListProjects() (models.Projects, error)
- func (cl *Client) UpdateProject(id string, p *UpdateProjectPayload) (*models.Project, error)
- type Config
- type CreateProjectPayload
- type UpdateProjectPayload
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) CreateProject ¶
func (cl *Client) CreateProject(p *CreateProjectPayload) (*models.Project, error)
func (*Client) DeleteProject ¶
func (*Client) UpdateProject ¶
type CreateProjectPayload ¶
Click to show internal directories.
Click to hide internal directories.