Skip to content

WenyXu/mongo-timestamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

QuickStart

res, err := s.db.Collection(ns).InsertOne(context.Background(), Account{
		Namespace: ns,
		Username:  username,
		Metadata:  metadata,
		Secret: Secret{
			Salt: salt,
			Hash: hash,
		},
		Timestamp: timestamp.Create(),
	})

About

a Timestamp utility design for MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages