package
Version:
v2.0.13
Opens a new window with list of versions in this module.
Published: Apr 17, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
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 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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.