Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalendarService ¶
type ContactsRepository ¶
type InvoicesRepository ¶
type InvoicesService ¶
type PeriodsRepository ¶
type UnitOfWork ¶
type UseCase ¶
type UseCase struct {
// contains filtered or unexported fields
}
func NewUseCase ¶
func NewUseCase( periods PeriodsRepository, invoices InvoicesRepository, contacts ContactsRepository, service InvoicesService, calendar CalendarService, logger Logger, uow UnitOfWork, ) *UseCase
Click to show internal directories.
Click to hide internal directories.