interfaces

package
v0.1.0-rc.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 12, 2025 License: AGPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AMQPServiceInterface

type AMQPServiceInterface interface {
	PublishMessage(exchangeName string, topic string, message map[string]interface{})
}

AMQPServiceInterface defines the interface for AMQP operations

type S3ServiceInterface

type S3ServiceInterface interface {
	GenerateUploadPayload(ctx context.Context, data []byte, s3Path, filename string, metadata map[string]string) (*s3.PutObjectInput, error)
	BulkUploadFiles(ctx context.Context, payloads []*s3.PutObjectInput) ([]string, error)
	BulkDeleteFiles(ctx context.Context, uploadedKeys []string)
}

S3ServiceInterface defines the interface for S3 operations

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL