Documentation ¶
Index ¶
- Variables
- type Pagination
- type Wizard
- func (w *Wizard) GetComponent() (*sdk.ComponentItem, error)
- func (w *Wizard) GetEnvironment() (*sdk.EnvironmentItem, error)
- func (w *Wizard) GetOrganization() (*sdk.OrganizationItem, error)
- func (w *Wizard) GetProject() (*sdk.ProjectItem, error)
- func (w *Wizard) HasComponent() bool
- func (w *Wizard) HasEnvironment() bool
- func (w *Wizard) HasOrganization() bool
- func (w *Wizard) HasProject() bool
- func (w *Wizard) SelectComponent() (*sdk.ComponentCollection, error)
- func (w *Wizard) SelectEnvironment() (*sdk.EnvironmentCollection, error)
- func (w *Wizard) SelectOrganization() (*sdk.OrganizationCollection, error)
- func (w *Wizard) SelectProject() (*sdk.ProjectCollection, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyListing = errors.New("empty listing")
)
Functions ¶
This section is empty.
Types ¶
type Pagination ¶
@see lib/pagination.go
type Wizard ¶
type Wizard struct {
// contains filtered or unexported fields
}
func (*Wizard) GetComponent ¶ added in v0.15.0
func (w *Wizard) GetComponent() (*sdk.ComponentItem, error)
func (*Wizard) GetEnvironment ¶ added in v0.15.0
func (w *Wizard) GetEnvironment() (*sdk.EnvironmentItem, error)
func (*Wizard) GetOrganization ¶ added in v0.15.0
func (w *Wizard) GetOrganization() (*sdk.OrganizationItem, error)
func (*Wizard) GetProject ¶ added in v0.15.0
func (w *Wizard) GetProject() (*sdk.ProjectItem, error)
func (*Wizard) HasComponent ¶ added in v0.15.0
func (*Wizard) HasEnvironment ¶ added in v0.15.0
func (*Wizard) HasOrganization ¶ added in v0.15.0
func (*Wizard) HasProject ¶ added in v0.15.0
func (*Wizard) SelectComponent ¶
func (w *Wizard) SelectComponent() (*sdk.ComponentCollection, error)
func (*Wizard) SelectEnvironment ¶
func (w *Wizard) SelectEnvironment() (*sdk.EnvironmentCollection, error)
func (*Wizard) SelectOrganization ¶
func (w *Wizard) SelectOrganization() (*sdk.OrganizationCollection, error)
func (*Wizard) SelectProject ¶
func (w *Wizard) SelectProject() (*sdk.ProjectCollection, error)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.