domain

package
v0.0.0-...-f54b72f Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2024 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 Photo

type Photo struct {
	ID            int64     `json:"id" bson:"_id, omitempty"`
	FilePath      string    `json:"photo_url" bson:"photo_url"`
	TimeStamp     time.Time `json:"timestamp" bson:"timestamp"`
	Status        string    `json:"status" bson:"status"`
	FacesDetected int       `json:"faces_detected" bson:"faces_detected"`
}

Jump to

Keyboard shortcuts

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