Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewAccountUseCase)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type AccountRepo ¶
type AccountUseCase ¶
type AccountUseCase struct {
// contains filtered or unexported fields
}
func NewAccountUseCase ¶
func NewAccountUseCase(account AccountRepo, logger log.Logger) *AccountUseCase
func (*AccountUseCase) GetAccounts ¶
Click to show internal directories.
Click to hide internal directories.