Documentation ¶
Index ¶
Constants ¶
View Source
const NAME = "noop"
View Source
const TYPE = "noop"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NoopExternalQueue ¶
type NoopExternalQueue struct {
// contains filtered or unexported fields
}
func New ¶
func New(l *slog.Logger) *NoopExternalQueue
func (*NoopExternalQueue) Enqueue ¶
func (noop *NoopExternalQueue) Enqueue(uploadResult *domain.MessageContext) error
func (*NoopExternalQueue) Name ¶
func (noop *NoopExternalQueue) Name() string
func (*NoopExternalQueue) Type ¶
func (noop *NoopExternalQueue) Type() string
Click to show internal directories.
Click to hide internal directories.