wizard

package
v0.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 3, 2023 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrEmptyListing = errors.New("no resources found")
)

Functions

This section is empty.

Types

type Pagination

type Pagination interface {
	GetPage() int32

	GetItemsPerPage() int32

	GetTotalItems() int32
}

@see lib/pagination.go

type Wizard

type Wizard struct {
	// contains filtered or unexported fields
}

func New

func New(profile *config.Profile) *Wizard

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL