impl

package
v2.0.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2026 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CachedOutputRepo

type CachedOutputRepo struct {
	// contains filtered or unexported fields
}

func NewCachedOutputRepo

func NewCachedOutputRepo(db *gorm.DB) *CachedOutputRepo

func (*CachedOutputRepo) Delete

func (r *CachedOutputRepo) Delete(ctx context.Context, key string) error

func (*CachedOutputRepo) Get

func (*CachedOutputRepo) Put

type ReservationRepo

type ReservationRepo struct {
	// contains filtered or unexported fields
}

func NewReservationRepo

func NewReservationRepo(db *gorm.DB) *ReservationRepo

func (*ReservationRepo) Create

func (r *ReservationRepo) Create(ctx context.Context, reservation *models.Reservation) error

func (*ReservationRepo) DeleteByKeyAndOwner

func (r *ReservationRepo) DeleteByKeyAndOwner(ctx context.Context, key, ownerID string) error

func (*ReservationRepo) Get

func (*ReservationRepo) UpdateIfExpiredOrOwned

func (r *ReservationRepo) UpdateIfExpiredOrOwned(ctx context.Context, reservation *models.Reservation, now time.Time) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL