Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
UnknownTenantErr = errors.New("unknown tenantJiscID")
)
Functions ¶
func NewStorageDynamoDB ¶
func NewStorageDynamoDB(client dynamodbiface.DynamoDBAPI, table string) *storageDynamoDBImpl
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
Adapter is the core of the adapter.
It uses a broker to subscribe to the queues, receive messages, forward operations to Archivematica and return the results. It employs an internal storage.
type Registry ¶
func NewRegistry ¶
func NewRegistry(logger logrus.FieldLogger, dynamodbClient dynamodbiface.DynamoDBAPI, dynamodbTable string) (*Registry, error)
NewRegistry returns a usable registry.
Click to show internal directories.
Click to hide internal directories.