Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrBucketNotFound = errors.New("err bucket not found")
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Browse *BrowseHandler
}
type BrowseHandler ¶
type BrowseHandler struct {
// contains filtered or unexported fields
}
func NewBrowseHandler ¶
func NewBrowseHandler(transactionProvider TransactionProvider) *BrowseHandler
type TransactableAdapters ¶
type TransactableAdapters struct {
Database Database
}
type TransactionHandler ¶
type TransactionHandler func(adapters *TransactableAdapters) error
type TransactionProvider ¶
type TransactionProvider interface { Read(handler TransactionHandler) error Write(handler TransactionHandler) error }
Click to show internal directories.
Click to hide internal directories.