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