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