metrics

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreatePopupAction

type CreatePopupAction struct {
	actionutils.ParentAction
}

func (*CreatePopupAction) Init

func (this *CreatePopupAction) Init()

func (*CreatePopupAction) RunGet

func (this *CreatePopupAction) RunGet(params struct {
	Category string
})

func (*CreatePopupAction) RunPost

func (this *CreatePopupAction) RunPost(params struct {
	Name          string
	Category      string
	KeysJSON      []byte
	PeriodJSON    []byte
	Value         string
	IsPublic      bool
	ExpiresPeriod int32

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

type DeleteAction

type DeleteAction struct {
	actionutils.ParentAction
}

func (*DeleteAction) RunPost

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

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

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

type ItemAction

type ItemAction struct {
	actionutils.ParentAction
}

func (*ItemAction) Init

func (this *ItemAction) Init()

func (*ItemAction) RunGet

func (this *ItemAction) RunGet(params struct {
	ItemId int64
})

type StatsAction added in v0.2.8

type StatsAction struct {
	actionutils.ParentAction
}

func (*StatsAction) Init added in v0.2.8

func (this *StatsAction) Init()

func (*StatsAction) RunGet added in v0.2.8

func (this *StatsAction) RunGet(params struct {
	ItemId int64
})

type UpdateAction

type UpdateAction struct {
	actionutils.ParentAction
}

func (*UpdateAction) Init

func (this *UpdateAction) Init()

func (*UpdateAction) RunGet

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

func (*UpdateAction) RunPost

func (this *UpdateAction) RunPost(params struct {
	ItemId        int64
	Name          string
	KeysJSON      []byte
	PeriodJSON    []byte
	ExpiresPeriod int32
	Value         string
	IsOn          bool
	IsPublic      bool

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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