Documentation
¶
Overview ¶
Package goImpl provides the implementaiton of the zedpm-plugin-go.
Index ¶
- type Plugin
- func (p *Plugin) Cancel(ctx context.Context, task plugin.Task) error
- func (p *Plugin) Complete(ctx context.Context, task plugin.Task) error
- func (p *Plugin) Goal(ctx context.Context, name string) (plugin.GoalDescription, error)
- func (p *Plugin) Implements(ctx context.Context) ([]plugin.TaskDescription, error)
- func (p *Plugin) Prepare(_ context.Context, task string) (plugin.Task, error)
- type TestRunTask
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct{}
Plugin implements the plugin.Interface for performing tasks related to go.
func (*Plugin) Implements ¶
Implements provides task descriptions for /test/run/go tasks.
type TestRunTask ¶
type TestRunTask struct {
plugin.TaskBoilerplate
}
func (*TestRunTask) Run ¶
func (s *TestRunTask) Run(context.Context) (plugin.Operations, error)
Click to show internal directories.
Click to hide internal directories.