package
Version:
v0.0.0-...-5845281
Opens a new window with list of versions in this module.
Published: Jun 11, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package model provides ...
type Employee struct {
ID bson.ObjectId `json:"id" bson:"_id"`
Phone string `json:"phone" bson:"phone"`
Password string `json:"-" bson:"passoword"`
EmpName string `json:"empname" bson:"empname"`
Role string `json:"role" bson:"role"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.