Documentation ¶
Index ¶
Constants ¶
View Source
const (
PluginName = "doctor"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoctorParams ¶
func (*DoctorParams) IsRaw ¶
func (p *DoctorParams) IsRaw() bool
type Executor ¶
type Executor struct {
// contains filtered or unexported fields
}
Executor provides functionality for running Doctor.
func NewExecutor ¶
NewExecutor returns a new Executor instance.
func (*Executor) Execute ¶
func (d *Executor) Execute(ctx context.Context, in executor.ExecuteInput) (executor.ExecuteOutput, error)
Execute returns a given command as a response.
Click to show internal directories.
Click to hide internal directories.