Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserRepository ¶
type UserRepository struct {
// contains filtered or unexported fields
}
func NewUserRepository ¶
func NewUserRepository(db *conn.DB) *UserRepository
func (*UserRepository) GetUserById ¶
func (repo *UserRepository) GetUserById(id int32) (*models.User, error)
Click to show internal directories.
Click to hide internal directories.