Documentation ¶ Index ¶ type Developer func (b *Developer) BeforeDevelop(ctx context.Context, root string, args []string) error func (t Developer) Name() string type Tester func (t Tester) Name() string func (b *Tester) RunBeforeTest(ctx context.Context, root string, args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Developer ¶ type Developer struct{} Developer plugin sets the GO_ENV variable before app starts if not set. func (*Developer) BeforeDevelop ¶ func (b *Developer) BeforeDevelop(ctx context.Context, root string, args []string) error func (Developer) Name ¶ func (t Developer) Name() string type Tester ¶ type Tester struct{} func (Tester) Name ¶ func (t Tester) Name() string func (*Tester) RunBeforeTest ¶ func (b *Tester) RunBeforeTest(ctx context.Context, root string, args []string) error Source Files ¶ View all Source files developer.go tester.go Click to show internal directories. Click to hide internal directories.