models

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Timelapse added in v0.3.0

type Timelapse struct {
	Id         uint64    `json:"id" gorm:"primaryKey"`
	StartDate  time.Time `json:"startDate"`
	EndDate    time.Time `json:"endDate"`
	Folder     string    `json:"folder"`
	VideoFile  string    `json:"videoFile"`
	Status     string    `json:"status" gorm:"default:InProgress"`
	ImageCount uint32    `json:"imageCount" gorm:"default:0"`
}

Jump to

Keyboard shortcuts

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