Documentation
¶
Index ¶
- func CancelCmd(ch *cmdutil.Helper) *cobra.Command
- func CompleteCmd(ch *cmdutil.Helper) *cobra.Command
- func CreateCmd(ch *cmdutil.Helper) *cobra.Command
- func CutoverCmd(ch *cmdutil.Helper) *cobra.Command
- func ListCmd(ch *cmdutil.Helper) *cobra.Command
- func RetryCmd(ch *cmdutil.Helper) *cobra.Command
- func ReverseCutoverCmd(ch *cmdutil.Helper) *cobra.Command
- func ReverseTrafficCmd(ch *cmdutil.Helper) *cobra.Command
- func ShowCmd(ch *cmdutil.Helper) *cobra.Command
- func SwitchTrafficCmd(ch *cmdutil.Helper) *cobra.Command
- func VerifyDataCmd(ch *cmdutil.Helper) *cobra.Command
- func WorkflowCmd(ch *cmdutil.Helper) *cobra.Command
- type MinimalWorkflow
- type Workflow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReverseCutoverCmd ¶ added in v0.232.0
func ReverseTrafficCmd ¶ added in v0.232.0
Types ¶
type MinimalWorkflow ¶
type MinimalWorkflow struct {
Number uint64 `header:"number"`
Name string `header:"name"`
State string `header:"state"`
CreatedAt int64 `header:"created_at,timestamp(ms|utc|human)" json:"created_at"`
CompletedAt *int64 `header:"completed_at,timestamp(ms|utc|human)" json:"completed_at"`
Duration int64 `header:"duration,unixduration" json:"duration"`
// contains filtered or unexported fields
}
func (*MinimalWorkflow) MarshalCSVValue ¶
func (w *MinimalWorkflow) MarshalCSVValue() interface{}
func (*MinimalWorkflow) MarshalJSON ¶
func (w *MinimalWorkflow) MarshalJSON() ([]byte, error)
type Workflow ¶
type Workflow struct {
Number uint64 `header:"number"`
Name string `header:"name"`
State string `header:"state"`
Actor string `header:"actor"`
Branch string `header:"branch"`
Tables []string `header:"tables" json:"tables"`
SourceKeyspace string `header:"source keyspace"`
TargetKeyspace string `header:"target keyspace"`
CreatedAt int64 `header:"created_at,timestamp(ms|utc|human)" json:"created_at"`
CopyDuration int64 `header:"copy duration,unixduration"`
Duration int64 `header:"total duration,unixduration" json:"duration"`
TrafficServing string `header:"traffic serving"`
FinishedAt *int64 `header:"finished at,timestamp(ms|utc|human)" json:"finished_at"`
// contains filtered or unexported fields
}
func (*Workflow) MarshalCSVValue ¶
func (w *Workflow) MarshalCSVValue() interface{}
func (*Workflow) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.