Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewMapperUseCase)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type MapperRepo ¶
MapperRepo is a Greater repo.
type MapperUseCase ¶
type MapperUseCase struct {
// contains filtered or unexported fields
}
MapperUseCase is a Mapper use case.
func NewMapperUseCase ¶
func NewMapperUseCase(repo MapperRepo) *MapperUseCase
NewMapperUseCase new a Mapper use case.
func (*MapperUseCase) CreateMapper ¶
CreateMapper creates a Mapper, and returns the new Mapper.
Click to show internal directories.
Click to hide internal directories.