Documentation ¶
Index ¶
- func InitializeAssetUseCase(b *bbolt.DB) usecase.Asset
- func InitializeTagUseCase(b *bbolt.DB) *interactor.Tag
- func NewBoltClient(b *bbolt.DB) *client.Client
- func NewBoltHandlerCreator(b *bbolt.DB) *action.HandlerCreator
- func NewBoltUseCases(b *bbolt.DB) *interactor.UseCases
- func NewBoltUseCasesWithDBPath(dbPath string) (*interactor.UseCases, error)
- func NewHandlers(db *bbolt.DB) *fsa.Handlers
- func NewHandlersWithDBPath(dbPath string) (*fsa.Handlers, io.Closer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitializeAssetUseCase ¶ added in v0.1.1
func InitializeTagUseCase ¶ added in v0.1.1
func InitializeTagUseCase(b *bbolt.DB) *interactor.Tag
func NewBoltHandlerCreator ¶ added in v0.1.1
func NewBoltHandlerCreator(b *bbolt.DB) *action.HandlerCreator
func NewBoltUseCases ¶ added in v0.1.3
func NewBoltUseCases(b *bbolt.DB) *interactor.UseCases
func NewBoltUseCasesWithDBPath ¶ added in v0.1.3
func NewBoltUseCasesWithDBPath(dbPath string) (*interactor.UseCases, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.