Documentation
¶
Index ¶
Constants ¶
View Source
const (
PG_DUPLICATE_ERROR = "23505"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repository ¶
type Repository interface { GetUser(id int) (*models.User, error) Update(context.Context, int, *dto.UserPatchRequest) error }
func NewUserRepository ¶
func NewUserRepository(db *sqlx.DB) Repository
Click to show internal directories.
Click to hide internal directories.