model

package
v0.0.5 Latest Latest
Warning

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

Go to latest
Published: May 7, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Meta

type Meta struct {
	Id       string    `json:"id" bson:"_id"`
	CreateAt time.Time `json:"create_at" bson:"create_at"`
	CreateBy string    `json:"create_by" bson:"create_by"`
	UpdateAt time.Time `json:"update_at" bson:"update_at"`
	UpdateBy string    `json:"update_by" bson:"update_by"`
}

func NewMeta

func NewMeta() *Meta

func (*Meta) SetId

func (m *Meta) SetId(id string) *Meta

Jump to

Keyboard shortcuts

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