Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrCodeMySQLDuplicateEntry = 1062
)
Variables ¶
View Source
var ( Tasks = &TaskStore{Tasks: map[entity.TaskID]*entity.Task{}} ErrNotFound = errors.New("not found") )
View Source
var (
ErrAlreadyEntry = errors.New("duplicate entry")
)
Functions ¶
Types ¶
type Queryer ¶
type Queryer interface { Preparer QueryxContext(ctx context.Context, query string, args ...any) (*sqlx.Rows, error) QueryRowxContext(ctx context.Context, query string, args ...any) *sqlx.Row GetContext(ctx context.Context, dest interface{}, query string, args ...any) error SelectContext(ctx context.Context, dest interface{}, query string, args ...any) error }
type Repository ¶
func (*Repository) RegisterUser ¶
Click to show internal directories.
Click to hide internal directories.