Documentation ¶ Index ¶ type Runner func NewRunner(store *store.Store) *Runner func (r *Runner) CheckAndPresign(ctx context.Context) func (r *Runner) Run(ctx context.Context) func (r *Runner) RunOnce(ctx context.Context) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Runner ¶ type Runner struct { Store *store.Store } func NewRunner ¶ func NewRunner(store *store.Store) *Runner func (*Runner) CheckAndPresign ¶ func (r *Runner) CheckAndPresign(ctx context.Context) func (*Runner) Run ¶ func (r *Runner) Run(ctx context.Context) func (*Runner) RunOnce ¶ func (r *Runner) RunOnce(ctx context.Context) Source Files ¶ View all Source files runner.go Click to show internal directories. Click to hide internal directories.