visitesmodel

package
v0.0.0-...-7cf9709 Latest Latest
Warning

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

Go to latest
Published: May 13, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Visties

type Visties struct {
	ID       bson.ObjectId `json:"_id" bson:"_id"`
	Visitor  bson.ObjectId `json:"visitor_id" bson:"visitor_id"`
	Type     string        `json:"type" bson:"type"`
	Purpose  string        `json:"purpose" bson:"purpose"`
	Employee bson.ObjectId `json:"employee_id" bson:"employee_id"`
	Code     string        `json:"code" bson:"code"`
	Status   string        `json:"status" bson:"status"`
	Date     time.Time     `json:"date" bson:"date"`
}

Visties model

Jump to

Keyboard shortcuts

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