log

package
v1.3.8 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2024 License: BSD-3-Clause Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CleanAction

type CleanAction struct {
	actionutils.ParentAction
}

func (*CleanAction) Init

func (this *CleanAction) Init()

func (*CleanAction) RunGet

func (this *CleanAction) RunGet(params struct{})

func (*CleanAction) RunPost

func (this *CleanAction) RunPost(params struct {
	Type string
	Days int32

	Must *actions.Must
	CSRF *actionutils.CSRF
})

type DeleteAction

type DeleteAction struct {
	actionutils.ParentAction
}

func (*DeleteAction) RunPost

func (this *DeleteAction) RunPost(params struct {
	LogId int64
})

type ExportExcelAction

type ExportExcelAction struct {
	actionutils.ParentAction
}

func (*ExportExcelAction) Init

func (this *ExportExcelAction) Init()

func (*ExportExcelAction) RunGet

func (this *ExportExcelAction) RunGet(params struct {
	DayFrom  string
	DayTo    string
	Keyword  string
	UserType string
	Level    string
})

type Helper

type Helper struct {
}

func (*Helper) BeforeAction

func (this *Helper) BeforeAction(action *actions.ActionObject)

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

func (this *IndexAction) RunGet(params struct {
	DayFrom  string
	DayTo    string
	Keyword  string
	UserType string
	Level    string
})

type SettingsAction

type SettingsAction struct {
	actionutils.ParentAction
}

func (*SettingsAction) Init

func (this *SettingsAction) Init()

func (*SettingsAction) RunGet

func (this *SettingsAction) RunGet(params struct{})

func (*SettingsAction) RunPost

func (this *SettingsAction) RunPost(params struct {
	CanDelete    bool
	CanClean     bool
	CapacityJSON []byte
	Days         int
	CanChange    bool

	Must *actions.Must
	CSRF *actionutils.CSRF
})

Jump to

Keyboard shortcuts

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