package
Version:
v0.0.0-...-f54b72f
Opens a new window with list of versions in this module.
Published: Jun 13, 2024
License: MIT
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 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"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.