Documentation ¶
Index ¶
- type MockedAMQPClient
- type MockedAcknowledger
- type MockedChannel
- func (m *MockedChannel) Consume(queue, consumer string, autoAck, exclusive, noLocal, noWait bool, ...) (<-chan amqp.Delivery, error)
- func (m *MockedChannel) Publish(exchange, key string, mandatory, immediate bool, msg amqp.Publishing) error
- func (m *MockedChannel) QueueDeclare(name string, durable, autoDelete, exclusive, noWait bool, args amqp.Table) (amqp.Queue, error)
- type MockedLogger
- type MockedStorage
- func (m *MockedStorage) Delete(_ context.Context, path string) error
- func (m *MockedStorage) Open(_ context.Context, path string) (io.ReadCloser, error)
- func (m *MockedStorage) Save(_ context.Context, content io.Reader, path string) error
- func (m *MockedStorage) Stat(_ context.Context, path string) (*storage.Stat, error)
- type MockedTranscoder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockedAMQPClient ¶
func (*MockedAMQPClient) Close ¶
func (m *MockedAMQPClient) Close() error
type MockedAcknowledger ¶
type MockedChannel ¶
func (*MockedChannel) Publish ¶
func (m *MockedChannel) Publish(exchange, key string, mandatory, immediate bool, msg amqp.Publishing) error
func (*MockedChannel) QueueDeclare ¶
type MockedLogger ¶
func (*MockedLogger) Sync ¶
func (m *MockedLogger) Sync() error
type MockedStorage ¶
func (*MockedStorage) Open ¶
func (m *MockedStorage) Open(_ context.Context, path string) (io.ReadCloser, error)
type MockedTranscoder ¶
func (*MockedTranscoder) Process ¶
func (m *MockedTranscoder) Process() transcoding.IProcess
func (*MockedTranscoder) Run ¶
func (m *MockedTranscoder) Run(p transcoding.IProcess) error
Click to show internal directories.
Click to hide internal directories.