Documentation
¶
Index ¶
- Variables
- type Fixer
- type Plugin
- func (b Plugin) HelpText() string
- func (p *Plugin) Name() string
- func (p *Plugin) ParentName() string
- func (b *Plugin) Receive(plugins []plugins.Plugin)
- func (b *Plugin) Run(ctx context.Context, root string, args []string) error
- func (p *Plugin) RunAfterBuild(root string, args []string) error
- func (p *Plugin) RunBeforeBuild(ctx context.Context, root string, args []string) error
- func (p *Plugin) RunBeforeTest(ctx context.Context, root string, args []string) error
- func (b *Plugin) Subcommands() []plugins.Command
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrDatabaseNotExist = errors.New(" database.yml does not exist")
)
Err..
Functions ¶
This section is empty.
Types ¶
type Fixer ¶
type Fixer struct{}
Fixer type ...
type Plugin ¶
type Plugin struct {
// contains filtered or unexported fields
}
func (*Plugin) ParentName ¶
func (*Plugin) RunBeforeBuild ¶
func (*Plugin) RunBeforeTest ¶
func (*Plugin) Subcommands ¶
Click to show internal directories.
Click to hide internal directories.