Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpKvParams ¶
type OpKvParams struct {
}
OpKvParams describes parameters
func (*OpKvParams) Printer ¶
func (p *OpKvParams) Printer(opts ...helper.PrinterOpts) helper.Printer
Printer prints outputs
func (*OpKvParams) Runner ¶
func (p *OpKvParams) Runner(opts ...helper.RunnerOpts) helper.Runner
Runner runs ex commands
type Params ¶
type Params interface {
Runner(opts ...helper.RunnerOpts) helper.Runner
Printer(opts ...helper.PrinterOpts) helper.Printer
}
Params interface provides
Click to show internal directories.
Click to hide internal directories.