Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetAction ¶
type AssetAction int
const ( AssetActionDelete AssetAction = iota AssetActionEdit )
type AssetsModel ¶
type AssetsModel struct {
// contains filtered or unexported fields
}
func NewAssetsModel ¶
func NewAssetsModel(storagePath string, assetType AssetType, action AssetAction) AssetsModel
func (AssetsModel) Init ¶
func (m AssetsModel) Init() tea.Cmd
func (AssetsModel) View ¶
func (m AssetsModel) View() string
Click to show internal directories.
Click to hide internal directories.