integrationartifact

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 15, 2024 License: MIT Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntegrationFlowsMsg

type IntegrationFlowsMsg []api.IntegrationArtifact

type Item

func (Item) FilterValue

func (item Item) FilterValue() string

type ItemDelegate

type ItemDelegate struct {
	// contains filtered or unexported fields
}

func NewIntegrationArtifactItemDelegate

func NewIntegrationArtifactItemDelegate() ItemDelegate

func (ItemDelegate) Height

func (ItemDelegate) Height() int

func (ItemDelegate) Render

func (itemDelegate ItemDelegate) Render(writer io.Writer, model list.Model, index int, listItem list.Item)

func (ItemDelegate) Spacing

func (ItemDelegate) Spacing() int

func (ItemDelegate) Update

func (ItemDelegate) Update(_ tea.Msg, _ *list.Model) tea.Cmd

type MessageMappingsMsg

type MessageMappingsMsg []api.IntegrationArtifact

type Model

type Model struct {
	// contains filtered or unexported fields
}

func New

func New() *Model

func (*Model) Init

func (model *Model) Init() tea.Cmd

func (*Model) IntegrationArtifactsByPackageCmd

func (model *Model) IntegrationArtifactsByPackageCmd(packageID string) tea.Cmd

func (*Model) IntegrationFlowsByPackageCmd

func (*Model) IntegrationFlowsByPackageCmd(packageID string) tea.Cmd

func (*Model) IntegrationFlowsInitCmd

func (model *Model) IntegrationFlowsInitCmd() tea.Msg

func (*Model) MessageMappingsByPackageCmd

func (*Model) MessageMappingsByPackageCmd(packageID string) tea.Cmd

func (*Model) MessageMappingsInitCmd

func (model *Model) MessageMappingsInitCmd() tea.Msg

func (*Model) ScriptCollectionsByPackageCmd

func (*Model) ScriptCollectionsByPackageCmd(packageID string) tea.Cmd

func (*Model) ScriptCollectionsInitCmd

func (model *Model) ScriptCollectionsInitCmd() tea.Msg

func (*Model) SelectedArtifactAttributes

func (model *Model) SelectedArtifactAttributes() []attribute.Attribute

func (*Model) SelectedArtifactID added in v0.2.0

func (model *Model) SelectedArtifactID() *string

func (*Model) SelectedArtifactPackageID added in v0.2.0

func (model *Model) SelectedArtifactPackageID() *string

func (*Model) SelectedArtifactWebUIURL added in v0.2.0

func (model *Model) SelectedArtifactWebUIURL() *url.URL

func (*Model) Update

func (model *Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*Model) ValueMappingsByPackageCmd

func (*Model) ValueMappingsByPackageCmd(packageID string) tea.Cmd

func (*Model) ValueMappingsInitCmd

func (model *Model) ValueMappingsInitCmd() tea.Msg

func (*Model) View

func (model *Model) View() string

type ScriptCollectionsMsg

type ScriptCollectionsMsg []api.IntegrationArtifact

type ValueMappingsMsg

type ValueMappingsMsg []api.IntegrationArtifact

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL