models

package
v2.0.13 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CachedOutput

type CachedOutput struct {
	Key         string    `db:"key"`
	OutputURI   string    `db:"output_uri"`
	Metadata    []byte    `db:"metadata"`
	LastUpdated time.Time `db:"last_updated"`
	CreatedAt   time.Time `db:"created_at"`
	UpdatedAt   time.Time `db:"updated_at"`
}

type Reservation

type Reservation struct {
	Key              string    `db:"key"`
	OwnerID          string    `db:"owner_id"`
	HeartbeatSeconds int64     `db:"heartbeat_seconds"`
	ExpiresAt        time.Time `db:"expires_at"`
	CreatedAt        time.Time `db:"created_at"`
	UpdatedAt        time.Time `db:"updated_at"`
}

Jump to

Keyboard shortcuts

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