Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceListMaker ¶ added in v0.2.0
type ResourceListMaker struct {
States *state.Service
Workspaces *workspace.Service
Plans *plan.Service
Spinner *spinner.Model
Helpers *tui.Helpers
}
func (*ResourceListMaker) Make ¶ added in v0.2.0
func (mm *ResourceListMaker) Make(workspaceID resource.ID, width, height int) (tui.ChildModel, error)
type ResourceMaker ¶ added in v0.2.0
type ResourceMaker struct {
States *state.Service
Plans *plan.Service
Helpers *tui.Helpers
// contains filtered or unexported fields
}
func (*ResourceMaker) Make ¶ added in v0.2.0
func (mm *ResourceMaker) Make(id resource.ID, width, height int) (tui.ChildModel, error)
Click to show internal directories.
Click to hide internal directories.