data

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Log

type Log struct {
	Time      time.Time `gorm:"index:idx_log_time"`
	Module    string    `gorm:"index"`
	Trace     string
	Level     logrus.Level `gorm:"index:idx_log_level"`
	Code      int          `gorm:"type:int;index:idx_log_code"`
	OptUserId int
	ExecTime  int
	Msg       string
	// contains filtered or unexported fields
}

func (Log) TableName

func (l Log) TableName() string

Jump to

Keyboard shortcuts

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