Documentation ¶
Index ¶
- type Drush
- func (drush *Drush) Cron(ctx context.Context, progress io.Writer) error
- func (drush *Drush) Enable(ctx context.Context, progress io.Writer, modules ...string) error
- func (drush *Drush) Exec(ctx context.Context, progress io.Writer, command ...string) error
- func (drush *Drush) LastCron(ctx context.Context, server *phpx.Server) (t time.Time, err error)
- type LastCronFetcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Drush ¶
Drush implements commands related to drush
type LastCronFetcher ¶
type LastCronFetcher struct { ingredient.Base Dependencies struct { Drush *Drush } }
func (*LastCronFetcher) Fetch ¶
func (lbr *LastCronFetcher) Fetch(flags ingredient.FetcherFlags, info *status.WissKI) (err error)
Click to show internal directories.
Click to hide internal directories.