Versions in this module Expand all Collapse all v0 v0.24.3 Jun 16, 2023 Changes in this version + type ArmInput struct + func NewArmInput(state *models.State) *ArmInput + func (i *ArmInput) ParseMsg(msg string) ParsedMsg + func (i *ArmInput) Raw() interface{} + type CfnInput struct + func NewCfnInput(state *models.State) *CfnInput + func (i *CfnInput) ParseMsg(msg string) ParsedMsg + func (i *CfnInput) Raw() interface{} + type Input interface + ParseMsg func(msg string) ParsedMsg + Raw func() interface{} + func NewK8sInputs(state *models.State) []Input + type K8sInput struct + func (k *K8sInput) ParseMsg(msg string) ParsedMsg + func (k *K8sInput) Raw() interface{} + type ParsedMsg struct + Path []interface{} + ResourceID string + ResourceNamespace string + ResourceType string + type TfInput struct + func NewTfInput(state *models.State) *TfInput + func (i *TfInput) ParseMsg(msg string) ParsedMsg + func (i *TfInput) Raw() interface{}