database

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: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CleanAction added in v0.0.9

type CleanAction struct {
	actionutils.ParentAction
}

func (*CleanAction) Init added in v0.0.9

func (this *CleanAction) Init()

func (*CleanAction) RunGet added in v0.0.9

func (this *CleanAction) RunGet(params struct {
	OrderTable string
	OrderSize  string
})

func (*CleanAction) RunPost added in v0.0.9

func (this *CleanAction) RunPost(params struct {
	OrderTable string
	OrderSize  string

	Must *actions.Must
})

type CleanSettingAction added in v0.0.9

type CleanSettingAction struct {
	actionutils.ParentAction
}

func (*CleanSettingAction) Init added in v0.0.9

func (this *CleanSettingAction) Init()

func (*CleanSettingAction) RunGet added in v0.0.9

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

func (*CleanSettingAction) RunPost added in v0.0.9

func (this *CleanSettingAction) RunPost(params struct {
	ServerAccessLogCleanDays             int
	ServerBandwidthStatCleanDays         int
	UserBandwidthStatCleanDays           int
	UserPlanBandwidthStatCleanDays       int
	ServerDailyStatCleanDays             int
	ServerDomainHourlyStatCleanDays      int
	TrafficDailyStatCleanDays            int
	TrafficHourlyStatCleanDays           int
	NodeClusterTrafficDailyStatCleanDays int
	NodeTrafficDailyStatCleanDays        int
	NodeTrafficHourlyStatCleanDays       int
	HttpCacheTaskCleanDays               int

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

type DeleteTableAction added in v0.0.9

type DeleteTableAction struct {
	actionutils.ParentAction
}

func (*DeleteTableAction) RunPost added in v0.0.9

func (this *DeleteTableAction) RunPost(params struct {
	Table string
})

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

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

type TruncateTableAction added in v0.0.9

type TruncateTableAction struct {
	actionutils.ParentAction
}

func (*TruncateTableAction) RunPost added in v0.0.9

func (this *TruncateTableAction) RunPost(params struct {
	Table string
})

type UpdateAction

type UpdateAction struct {
	actionutils.ParentAction
}

func (*UpdateAction) Init

func (this *UpdateAction) Init()

func (*UpdateAction) RunGet

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

func (*UpdateAction) RunPost

func (this *UpdateAction) RunPost(params struct {
	Host     string
	Port     int32
	Database string
	Username string
	Password string

	Must *actions.Must
})

Jump to

Keyboard shortcuts

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