Documentation ¶ Index ¶ func Plugins(migrations packd.Box) []plugins.Plugin type Tester func (p *Tester) Name() string func (p *Tester) Receive(pls []plugins.Plugin) func (p *Tester) RunBeforeTest(ctx context.Context, root string, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Plugins ¶ added in v0.6.0 func Plugins(migrations packd.Box) []plugins.Plugin Types ¶ type Tester ¶ added in v0.3.1 type Tester struct { // contains filtered or unexported fields } func (*Tester) Name ¶ added in v0.3.1 func (p *Tester) Name() string func (*Tester) Receive ¶ added in v0.5.1 func (p *Tester) Receive(pls []plugins.Plugin) func (*Tester) RunBeforeTest ¶ added in v0.3.1 func (p *Tester) RunBeforeTest(ctx context.Context, root string, args []string) error Source Files ¶ View all Source files pop.gotest.gotester.go Directories ¶ Show internal Expand all Path Synopsis migrate Click to show internal directories. Click to hide internal directories.