Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func NewServer ¶
func NewServer(ctx context.Context, env *environment.Environment, cfgClient config.ConfigClient, matchPublisher message.Publisher, wp *workerpool.WorkerPool) (*Server, error)
type Worker ¶
type Worker struct {
// contains filtered or unexported fields
}
func NewWorker ¶
func NewWorker(ctx context.Context, pool *workerpool.WorkerPool, db database.DatabaseClient, matchPublisher message.Publisher, config config.ConfigClient, baseTopic string, tmt2Client *tmt2.TMT2ClientImpl, deleteWaitTime time.Duration) *Worker
Click to show internal directories.
Click to hide internal directories.