Documentation ¶
Index ¶
- func NewJamRepo(db *sqlx.DB) jam.JamRepo
- type JamRepo
- func (r *JamRepo) CreateJam(ctx context.Context, j *jam.JamParams) error
- func (r *JamRepo) DeleteJam(ctx context.Context, id uuid.UUID) error
- func (r *JamRepo) GetJam(ctx context.Context, id uuid.UUID) (*jam.Jam, error)
- func (r *JamRepo) UpdateJam(ctx context.Context, id uuid.UUID, j *jam.JamParams) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.