login

package
v1.1.22 Latest Latest
Warning

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

Go to latest
Published: Nov 30, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Login

type Login struct {
	ID         int64  `xorm:"id pk autoincr" json:"-"`
	Env        string `xorm:"env"  json:"env"`
	ModuleName string `xorm:"module_name"  json:"moduleName"`
	Timestamp  string `xorm:"timestamp" json:"timestamp"`
	LogType    string `xorm:"log_type"  json:"logType"`
	MemberID   int64  `xorm:"member_id"  json:"memberID"`
}

func DecodeMessage added in v1.0.80

func DecodeMessage(message interface{}) *Login

func (*Login) CheckAndMakeTable

func (a *Login) CheckAndMakeTable(engine *xorm.Engine)

func (*Login) CheckTable

func (a *Login) CheckTable(engine *xorm.Engine) bool

func (*Login) InsertTable

func (a *Login) InsertTable(engine *xorm.Engine) error

func (*Login) OutToSNS

func (a *Login) OutToSNS(cfg aws.Config, topic string) error

func (*Login) TableName

func (*Login) TableName() string

Jump to

Keyboard shortcuts

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