Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewDictUsecase)
ProviderSet is biz providers.
Functions ¶
This section is empty.
Types ¶
type DictUsecase ¶
type DictUsecase struct {
// contains filtered or unexported fields
}
func NewDictUsecase ¶
func NewDictUsecase(repo DictRepo, logger log.Logger) *DictUsecase
NewDictUsecase new a dict usecase.
func (*DictUsecase) GetDict ¶
func (uc *DictUsecase) GetDict(ctx context.Context) (*pb.DictResponse, error)
Click to show internal directories.
Click to hide internal directories.