auditory

package
v0.0.0-...-ab2758e Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2024 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auditable

type Auditable struct {
	CreatedBy      string     `json:"-" bson:"createdBy"`
	LastModifiedBy *string    `json:"-" bson:"lastModifiedBy"`
	CreateDate     time.Time  `json:"-" gorm:"autoCreateTime" bson:"createDate"`
	LastModified   *time.Time `json:"-" gorm:"autoUpdateTime" bson:"lastModified"`
}

@Model Auditable @Description creates data fields for recording auditory @ID auditory.Auditable

func (Auditable) MapFieldToSQLColumn

func (Auditable) MapFieldToSQLColumn(fieldName string) string

Jump to

Keyboard shortcuts

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