Versions in this module Expand all Collapse all v0 v0.9.0 Jul 13, 2026 Changes in this version + type Config struct + AppConfig *config.Config + type Worker struct + func New(cfg Config) *Worker + func (w *Worker) Execute(ctx context.Context, req *worker.Request) (*worker.Response, error) + func (w *Worker) Init(ctx context.Context) error