log

package
v0.0.0-...-99b28bf Latest Latest
Warning

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

Go to latest
Published: Nov 2, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(tableName string) *actionLogDao

Types

type UserLog

type UserLog struct {
	Id           int64       `orm:"id" json:"id"`
	Role         uint        `orm:"role" json:"role"`
	UserId       int64       `orm:"user_id" json:"user_id"`
	CompanyId    int64       `orm:"company_id" json:"company_id"`
	Category     string      `orm:"category" json:"category"`
	Username     string      `orm:"username" json:"username"`
	CompanyName  string      `orm:"company_name" json:"company_name"`
	Ip           string      `orm:"ip" json:"ip"`
	UserAgent    string      `orm:"user_agent" json:"user_agent"`
	Uri          string      `orm:"uri" json:"uri"`
	Action       string      `orm:"action" json:"action"`
	OccurredTime *gtime.Time `orm:"occurred_time" json:"occurred_time"`
}

Jump to

Keyboard shortcuts

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