smongo

package module
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2021 License: MIT Imports: 2 Imported by: 0

README

commons_mongo

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseId

type BaseId struct {
	//主键
	Id primitive.ObjectID `bson:"_id" json:"id"`
	//创建时间
	CreatedAt time.Time `bson:"createdAt" json:"createdAt"`
	//修改时间
	UpdatedAt time.Time `bson:"updatedAt" json:"updatedAt"`
}

默认类型

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL