clusters

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2021 License: BSD-3-Clause Imports: 8 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 {
	ClusterId int64
	DomainId  int64
	UserId    int64
})

func (*CreatePopupAction) RunPost

func (this *CreatePopupAction) RunPost(params struct {
	ClusterId int64
	DomainId  int64
	UserId    int64

	Name       string
	RangesJSON []byte

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

type DeleteAction

type DeleteAction struct {
	actionutils.ParentAction
}

func (*DeleteAction) RunPost

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

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

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

type OptionsAction

type OptionsAction struct {
	actionutils.ParentAction
}

func (*OptionsAction) RunPost

func (this *OptionsAction) RunPost(params struct {
	ClusterId int64
	DomainId  int64
	UserId    int64
})

type RouteAction

type RouteAction struct {
	actionutils.ParentAction
}

func (*RouteAction) Init

func (this *RouteAction) Init()

func (*RouteAction) RunGet

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

type SortAction

type SortAction struct {
	actionutils.ParentAction
}

func (*SortAction) RunPost

func (this *SortAction) RunPost(params struct {
	RouteIds []int64
})

type UpdatePopupAction

type UpdatePopupAction struct {
	actionutils.ParentAction
}

func (*UpdatePopupAction) Init

func (this *UpdatePopupAction) Init()

func (*UpdatePopupAction) RunGet

func (this *UpdatePopupAction) RunGet(params struct {
	RouteId int64
})

func (*UpdatePopupAction) RunPost

func (this *UpdatePopupAction) RunPost(params struct {
	RouteId    int64
	Name       string
	RangesJSON []byte

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

Jump to

Keyboard shortcuts

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