WenyXu / mongo-timestamp

a Timestamp utility design for MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Go 100.0%