Documentation
¶
Index ¶
- func NewFileRepository(c *bolt.DB) (file.Repository, error)
- func NewIDXKeyRepository(c *bolt.DB) (idxkey.Repository, error)
- func NewIDXVolumeRepository(c *bolt.DB) (idxvolume.Repository, error)
- func NewReplicaRepository(c *bolt.DB) (replica.Repository, error)
- func NewStateRepository(c *bolt.DB) (state.Repository, error)
- func NewUOW(db *bolt.DB) uow.StartUnitOfWork
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFileRepository ¶
func NewFileRepository(c *bolt.DB) (file.Repository, error)
NewFileRepository returns an implementation of the interface file.Repository
func NewIDXKeyRepository ¶
func NewIDXKeyRepository(c *bolt.DB) (idxkey.Repository, error)
NewIDXKeyRepository returns an implementation of the interface idxkey.Repository
func NewIDXVolumeRepository ¶
func NewIDXVolumeRepository(c *bolt.DB) (idxvolume.Repository, error)
NewIDXVolumeRepository returns an implementation of the interface idxvolume.Repository
func NewReplicaRepository ¶
func NewReplicaRepository(c *bolt.DB) (replica.Repository, error)
NewReplicaRepository returns an implementation of the interface replica.PendentRepository
func NewStateRepository ¶ added in v0.2.0
func NewStateRepository(c *bolt.DB) (state.Repository, error)
NewStateRepository returns an implementation of the interface state.Repository
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.