Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExtractHandler ¶
type Extractor ¶
type Extractor struct {
// contains filtered or unexported fields
}
func NewExtractor ¶
func NewExtractor() *Extractor
type MoveTarget ¶
type Mover ¶
type Mover struct {
DashboardDefinitionPath string
From MoveTarget
To MoveTarget
}
func NewMover ¶
func NewMover(input *MoverInput) *Mover
type MoverInput ¶
type MoverInput struct {
DashboardDefinitionPath string
TFStateFromPath string
TFStateToPath string
AWSProfileFrom string
AWSPRofileTo string
}
func ParseMoverInput ¶
func ParseMoverInput() *MoverInput
Click to show internal directories.
Click to hide internal directories.