entity

package
v0.0.0-...-6bb929a Latest Latest
Warning

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

Go to latest
Published: May 29, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UserEntity

type UserEntity struct {
	Id        int64  `json:"id" bson:"_id"`
	Name      string `json:"name" bson:"name"`
	Deleted   gorm.DeletedAt
	CreatedAt time.Time
	UpdatedAt time.Time
}

UserEntity

func (*UserEntity) TableName

func (p *UserEntity) TableName() string

TableName

func (*UserEntity) Validate

func (p *UserEntity) Validate() error

Validate

Jump to

Keyboard shortcuts

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