Documentation ¶
Index ¶
- func NewDetectBreakingChangesCommand(sourceDataType models.SourceDataType) func() (cli.Command, error)
- func NewDetectChangesCommand(sourceDataType models.SourceDataType) func() (cli.Command, error)
- func NewOutputResourceIdSegmentsCommand(sourceDataType models.SourceDataType) func() (cli.Command, error)
- type DetectBreakingChangesCommand
- type DetectChangesCommand
- type OutputResourceIdSegmentsCommand
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDetectBreakingChangesCommand ¶
func NewDetectBreakingChangesCommand(sourceDataType models.SourceDataType) func() (cli.Command, error)
func NewDetectChangesCommand ¶
func NewDetectChangesCommand(sourceDataType models.SourceDataType) func() (cli.Command, error)
func NewOutputResourceIdSegmentsCommand ¶
func NewOutputResourceIdSegmentsCommand(sourceDataType models.SourceDataType) func() (cli.Command, error)
Types ¶
type DetectBreakingChangesCommand ¶
type DetectBreakingChangesCommand struct {
// contains filtered or unexported fields
}
func (DetectBreakingChangesCommand) Help ¶
func (DetectBreakingChangesCommand) Help() string
func (DetectBreakingChangesCommand) Run ¶
func (c DetectBreakingChangesCommand) Run(args []string) int
func (DetectBreakingChangesCommand) Synopsis ¶
func (DetectBreakingChangesCommand) Synopsis() string
type DetectChangesCommand ¶
type DetectChangesCommand struct {
// contains filtered or unexported fields
}
func (DetectChangesCommand) Help ¶
func (DetectChangesCommand) Help() string
func (DetectChangesCommand) Run ¶
func (c DetectChangesCommand) Run(args []string) int
func (DetectChangesCommand) Synopsis ¶
func (DetectChangesCommand) Synopsis() string
type OutputResourceIdSegmentsCommand ¶
type OutputResourceIdSegmentsCommand struct {
// contains filtered or unexported fields
}
func (OutputResourceIdSegmentsCommand) Help ¶
func (OutputResourceIdSegmentsCommand) Help() string
func (OutputResourceIdSegmentsCommand) Run ¶
func (c OutputResourceIdSegmentsCommand) Run(args []string) int
func (OutputResourceIdSegmentsCommand) Synopsis ¶
func (OutputResourceIdSegmentsCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.