Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRepo ¶
type UserRepo struct { *BaseRepo[entity.UserEntity] }
func NewUserRepo ¶
func (*UserRepo) DeleteById ¶
func (*UserRepo) GetById ¶
func (r *UserRepo) GetById(ctx context.Context, c entity.UserEntity) (entity.UserEntity, error)
Click to show internal directories.
Click to hide internal directories.