Documentation ¶
Index ¶
Constants ¶
View Source
const UserTableName = "users"
Variables ¶
View Source
var ProviderSet = wire.NewSet(NewUserUsecase)
Functions ¶
This section is empty.
Types ¶
type User ¶
type UserUsecase ¶
type UserUsecase struct {
// contains filtered or unexported fields
}
func NewUserUsecase ¶
func NewUserUsecase(repo UserRepo) *UserUsecase
func (*UserUsecase) GetUserByIDFromDB ¶
Click to show internal directories.
Click to hide internal directories.