Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectService ¶
type ProjectService struct {
// contains filtered or unexported fields
}
func NewService ¶
func NewService(organizationID string) ProjectService
func (*ProjectService) CreateProject ¶
func (ps *ProjectService) CreateProject(project Project) (Project, error)
func (*ProjectService) GetProject ¶
func (ps *ProjectService) GetProject(projectID string) (Project, error)
func (*ProjectService) ListProjects ¶
func (ps *ProjectService) ListProjects() ([]Project, error)
Click to show internal directories.
Click to hide internal directories.