Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectionPasswords ¶
func CollectionPasswords(ctx context.Context) (*mongo.Collection, error)
Types ¶
type Password ¶
type Password struct { ID primitive.ObjectID `bson:"_id" json:"id"` Name string `bson:"name" json:"name"` Username string `bson:"username" json:"username"` Password string `bson:"password" json:"password"` PasswordUpdatedAt time.Time `bson:"passwordUpdatedAt" json:"passwordUpdatedAt"` Note string `bson:"note" json:"note"` CreatedAt time.Time `bson:"createdAt" json:"createdAt"` UpdatedAt time.Time `bson:"updatedAt" json:"updatedAt"` }
Click to show internal directories.
Click to hide internal directories.