Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Usecase ¶
type Usecase struct {
Config *config.Config
Repository *infrastructure.Repository
}
Usecase struct
func New ¶
func New(c *config.Config, r *infrastructure.Repository) Usecase
New returns Usecase struct
func (*Usecase) InvokeDivelogUsecase ¶
func (u *Usecase) InvokeDivelogUsecase() *divelogUsecase.Usecase
InvokeDivelogUsecase returns new Divelog Usecase
func (*Usecase) InvokeUserUsecase ¶
func (u *Usecase) InvokeUserUsecase() *userUsecase.Usecase
InvokeUserUsecase returns new Users Usecase
Click to show internal directories.
Click to hide internal directories.