Documentation
¶
Index ¶
- type Config
- type Runtime
- func (r *Runtime) BeginDrain()
- func (r *Runtime) Client() sqlite.Client
- func (r *Runtime) Close() error
- func (r *Runtime) DatabaseReadiness(ctx context.Context) error
- func (r *Runtime) FailedJobs() *jobsfailedrepo.Repo
- func (r *Runtime) Jobs() *jobsrepo.Repo
- func (r *Runtime) Readiness(ctx context.Context) error
- func (r *Runtime) Run(ctx context.Context) error
- func (r *Runtime) Service() *coreoutbox.Service
- func (r *Runtime) Transactor() *sqlitetx.Manager
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runtime ¶
type Runtime struct {
// contains filtered or unexported fields
}
func (*Runtime) BeginDrain ¶
func (r *Runtime) BeginDrain()
func (*Runtime) FailedJobs ¶
func (r *Runtime) FailedJobs() *jobsfailedrepo.Repo
func (*Runtime) Service ¶
func (r *Runtime) Service() *coreoutbox.Service
func (*Runtime) Transactor ¶
Click to show internal directories.
Click to hide internal directories.