Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthAccountCreateRow ¶
type AuthAccountGetRow ¶
type Repository ¶
type Repository struct {
// contains filtered or unexported fields
}
func New ¶
func New(db *sqlx.DB) *Repository
func (*Repository) Create ¶
func (r *Repository) Create(input *AuthAccountCreateRow) error
func (*Repository) GetByEmail ¶
func (r *Repository) GetByEmail(email string) (*AuthAccountGetRow, error)
Click to show internal directories.
Click to hide internal directories.