Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBBackend ¶
type DynamoDBBackend struct {
// contains filtered or unexported fields
}
type InMemoryStorageBackend ¶
type InMemoryStorageBackend struct {
// contains filtered or unexported fields
}
InMemoryStorageBackend is a storage backend that stores data in memory
func (*InMemoryStorageBackend) Delete ¶
func (b *InMemoryStorageBackend) Delete(id uuid.UUID) error
Delete deletes data from the storage backend
func (*InMemoryStorageBackend) Init ¶
func (b *InMemoryStorageBackend) Init(map[string]string) error
Init initializes the storage backend
type NullBackend ¶
type NullBackend struct{}
Click to show internal directories.
Click to hide internal directories.