Documentation ¶ Index ¶ type Controller func New(gh github.Client, fs afero.Fs, action issue.Action) *Controller func (ctrl *Controller) Run(ctx context.Context, logE *logrus.Entry, param *Param) error type Param 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(gh github.Client, fs afero.Fs, action issue.Action) *Controller func (*Controller) Run ¶ func (ctrl *Controller) Run(ctx context.Context, logE *logrus.Entry, param *Param) error type Param ¶ type Param struct { RepoOwner string RepoName string PWD string Now time.Time } Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.