Documentation ¶ Index ¶ type Controller func New(param *config.Param, rt *runtime.Runtime, fs afero.Fs, vc Vacuum) *Controller func (c *Controller) Vacuum(logE *logrus.Entry, param *config.Param) error type Vacuum Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Controller ¶ type Controller struct { // contains filtered or unexported fields } func New ¶ func New(param *config.Param, rt *runtime.Runtime, fs afero.Fs, vc Vacuum) *Controller func (*Controller) Vacuum ¶ func (c *Controller) Vacuum(logE *logrus.Entry, param *config.Param) error type Vacuum ¶ type Vacuum interface { FindAll(logE *logrus.Entry) (map[string]time.Time, error) Remove(pkgPath string) error } Source Files ¶ View all Source files controller.go vacuum.go Directories ¶ Show internal Expand all Path Synopsis initialize Click to show internal directories. Click to hide internal directories.