update/password-reset
This commit is contained in:
1 parent
1b4d2d26db
commit
4513b6389e
3 files changed
+99
-12
No files matched your search
@@ -0,0 +1,10 @@
|
||||
package models
|
||||
|
||||
import "go.mongodb.org/mongo-driver/bson/primitive"
|
||||
|
||||
type Locker struct {
|
||||
ID primitive.ObjectID `bson:"_id"`
|
||||
LockerNumber string `json:"lockernumber"` // Example B123
|
||||
LockerPasscode string `json:"lockerpasscode"`
|
||||
LockerType string `json:"lockertype"` // Upper / Lower locker
|
||||
}
|
||||
Reference in new issue
Block a user