Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PulumiState ¶
type PulumiState []Resource
type State ¶
type State map[construct.ResourceId]construct.Properties
type StateConverter ¶
type StateConverter interface {
// ConvertState converts the state to the Klotho state
ConvertState(io.Reader) (State, error)
ConvertResource(Resource) (*construct.Resource, error)
}
func NewStateConverter ¶
func NewStateConverter(provider string, templates map[string]statetemplate.StateTemplate) StateConverter
Click to show internal directories.
Click to hide internal directories.