Documentation
¶
Overview ¶
Copyright © 2022 lewo <lewo@abesis.fr>
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuilderModel ¶ added in v0.13.0
type BuilderModel struct {
// contains filtered or unexported fields
}
func (BuilderModel) View ¶ added in v0.13.0
func (bm BuilderModel) View() string
type DeployerModel ¶ added in v0.13.0
type DeployerModel struct {
// contains filtered or unexported fields
}
func (DeployerModel) View ¶ added in v0.13.0
func (dm DeployerModel) View() string
type FetcherModel ¶ added in v0.13.0
type FetcherModel struct {
// contains filtered or unexported fields
}
FetcherModel holds the current fetcher state and renders it.
func (FetcherModel) View ¶ added in v0.13.0
func (fm FetcherModel) View() string
type ManagerModel ¶ added in v0.13.0
type ManagerModel struct {
// contains filtered or unexported fields
}
func (ManagerModel) View ¶ added in v0.13.0
func (mm ManagerModel) View() string
Click to show internal directories.
Click to hide internal directories.