Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplyCmd ¶
type ApplyCmd struct {
// contains filtered or unexported fields
}
func NewApplyCmd ¶
func NewApplyCmd(instrumenter tracing.CodeInstrumenter, importsGroomer tracing.ImportsGroomer) *ApplyCmd
type CommandWithArgs ¶
type RevertCmd ¶
type RevertCmd struct {
// contains filtered or unexported fields
}
func NewRevertCmd ¶
func NewRevertCmd(deinstrumenter tracing.CodeDeinstrumenter, importsGroomer tracing.ImportsGroomer) *RevertCmd
type RootCmd ¶
type RootCmd struct {
// contains filtered or unexported fields
}
func NewRootCmd ¶
func NewRootCmd() *RootCmd
type VisualizeCmd ¶
type VisualizeCmd struct {
// contains filtered or unexported fields
}
func NewVisualizeCmd ¶
func NewVisualizeCmd(parser parser.Parser, visualizer vis.Visualizer) *VisualizeCmd
func (*VisualizeCmd) Prepare ¶
func (vc *VisualizeCmd) Prepare() *cobra.Command
func (*VisualizeCmd) Run ¶
func (vc *VisualizeCmd) Run() error
func (*VisualizeCmd) Validate ¶
func (vc *VisualizeCmd) Validate(args []string) error
Click to show internal directories.
Click to hide internal directories.