domain

package
v0.0.0-...-1920916 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2023 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 Employee

type Employee struct {
	ID      uint64
	Name    string
	PhotoID uint64
	Meta    map[string]interface{}
}

type FaceDescriptor

type FaceDescriptor [128]float32

type Image

type Image struct {
	ID             uint64
	Path           string
	FaceDescriptor FaceDescriptor
}

type TimeRecord

type TimeRecord struct {
	ID        uint64
	Employee  uint64
	EntryTime TimerecordTime
	ExitTime  TimerecordTime
}

type TimerecordTime

type TimerecordTime struct {
	Time    time.Time
	PhotoID uint64
}

Jump to

Keyboard shortcuts

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