Documentation ¶
Index ¶
- type IntegrationFlowsMsg
- type Item
- type ItemDelegate
- type MessageMappingsMsg
- type Model
- func (model *Model) Init() tea.Cmd
- func (model *Model) IntegrationArtifactsByPackageCmd(packageID string) tea.Cmd
- func (*Model) IntegrationFlowsByPackageCmd(packageID string) tea.Cmd
- func (model *Model) IntegrationFlowsInitCmd() tea.Msg
- func (*Model) MessageMappingsByPackageCmd(packageID string) tea.Cmd
- func (model *Model) MessageMappingsInitCmd() tea.Msg
- func (*Model) ScriptCollectionsByPackageCmd(packageID string) tea.Cmd
- func (model *Model) ScriptCollectionsInitCmd() tea.Msg
- func (model *Model) SelectedArtifactAttributes() []attribute.Attribute
- func (model *Model) SelectedArtifactID() *string
- func (model *Model) SelectedArtifactPackageID() *string
- func (model *Model) SelectedArtifactWebUIURL() *url.URL
- func (model *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (*Model) ValueMappingsByPackageCmd(packageID string) tea.Cmd
- func (model *Model) ValueMappingsInitCmd() tea.Msg
- func (model *Model) View() string
- type ScriptCollectionsMsg
- type ValueMappingsMsg
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationFlowsMsg ¶
type IntegrationFlowsMsg []api.IntegrationArtifact
type ItemDelegate ¶
type ItemDelegate struct {
// contains filtered or unexported fields
}
func NewIntegrationArtifactItemDelegate ¶
func NewIntegrationArtifactItemDelegate() ItemDelegate
func (ItemDelegate) Height ¶
func (ItemDelegate) Height() int
func (ItemDelegate) Spacing ¶
func (ItemDelegate) Spacing() int
type MessageMappingsMsg ¶
type MessageMappingsMsg []api.IntegrationArtifact
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
func (*Model) IntegrationArtifactsByPackageCmd ¶
func (*Model) IntegrationFlowsByPackageCmd ¶
func (*Model) IntegrationFlowsInitCmd ¶
func (*Model) MessageMappingsByPackageCmd ¶
func (*Model) MessageMappingsInitCmd ¶
func (*Model) ScriptCollectionsByPackageCmd ¶
func (*Model) ScriptCollectionsInitCmd ¶
func (*Model) SelectedArtifactAttributes ¶
func (*Model) SelectedArtifactID ¶ added in v0.2.0
func (*Model) SelectedArtifactPackageID ¶ added in v0.2.0
func (*Model) SelectedArtifactWebUIURL ¶ added in v0.2.0
func (*Model) ValueMappingsByPackageCmd ¶
func (*Model) ValueMappingsInitCmd ¶
type ScriptCollectionsMsg ¶
type ScriptCollectionsMsg []api.IntegrationArtifact
type ValueMappingsMsg ¶
type ValueMappingsMsg []api.IntegrationArtifact
Click to show internal directories.
Click to hide internal directories.