Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteEmployee ¶
Types ¶
type Employee ¶
type Employee struct { ID string `bson:"_id,omitempty"` Name string `bson:"name"` Salary string `bson:"salary"` Age string `bson:"age"` }
func GetAllEmployees ¶
func GetEmployeeById ¶
func (*Employee) CreateEmployee ¶
func (*Employee) UpdateEmployee ¶
Click to show internal directories.
Click to hide internal directories.