Documentation
¶
Index ¶
- type Container
- func (c *Container) Badger() *badger.Manager
- func (c *Container) Cleaner() *cleaner.UseCase
- func (c *Container) ContentFileRepo() *contentFileRepo.Repo
- func (c *Container) ContentRepo() *contentRepo.Repo
- func (c *Container) Core() *core.UseCase
- func (c *Container) Dir() *dir.UseCase
- func (c *Container) DirRepo() *dirRepo.Repo
- func (c *Container) FileRepo() *fileRepo.Repo
- func (c *Container) Gen() *generator.Gen
- func (c *Container) Pool() *wpool.Pool
- func (c *Container) Rand() *rand.Rand
- func (c *Container) Store() *store.UseCase
- func (c *Container) StoreService() *store.Service
- func (c *Container) Transaction() *transaction.UseCase
- func (c *Container) TransactionRepo() *transactionRepo.Repo
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func (*Container) ContentFileRepo ¶
func (c *Container) ContentFileRepo() *contentFileRepo.Repo
func (*Container) ContentRepo ¶
func (c *Container) ContentRepo() *contentRepo.Repo
func (*Container) StoreService ¶
func (*Container) Transaction ¶
func (c *Container) Transaction() *transaction.UseCase
func (*Container) TransactionRepo ¶
func (c *Container) TransactionRepo() *transactionRepo.Repo
Click to show internal directories.
Click to hide internal directories.