Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StateReader ¶
type StateReader interface {
// ReadState reads the state from the state store
ReadState(io.Reader) (construct.Graph, error)
}
StateReader is an interface for reading state from a state store
func NewPulumiReader ¶
func NewPulumiReader(g construct.Graph, templates map[string]statetemplate.StateTemplate, kb knowledgebase.TemplateKB) StateReader
Click to show internal directories.
Click to hide internal directories.