Documentation
¶
Index ¶
Constants ¶
View Source
const (
MessageQueueDownloadTaskCreated = "download_task_created"
)
Variables ¶
View Source
var WireSet = wire.NewSet( NewClient, NewDownloadTaskCreatedProducer, )
Functions ¶
This section is empty.
Types ¶
type DownloadTaskCreatedProducer ¶
type DownloadTaskCreatedProducer interface {
Produce(ctx context.Context, downloadTaskID uint64) error
}
func NewDownloadTaskCreatedProducer ¶
func NewDownloadTaskCreatedProducer(client Client, logger *zap.Logger) (DownloadTaskCreatedProducer, error)
Click to show internal directories.
Click to hide internal directories.