Versions in this module Expand all Collapse all v0 v0.4.0 Aug 17, 2022 Changes in this version + func RunDetail(config *config.CloudConfig, orgId string, asset *cac.AssetOutput) + type Model struct + func NewDetailModel(config *config.CloudConfig, orgId string, asset *cac.AssetOutput) *Model + func (m Model) Init() tea.Cmd + func (m Model) Update(message tea.Msg) (tea.Model, tea.Cmd) + func (m Model) View() string