issues

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

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

func (*IndexAction) RunPost

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

type SyncDomainAction added in v0.3.0

type SyncDomainAction struct {
	actionutils.ParentAction
}

func (*SyncDomainAction) RunPost added in v0.3.0

func (this *SyncDomainAction) RunPost(params struct {
	DomainId int64
})

type UpdateNodePopupAction

type UpdateNodePopupAction struct {
	actionutils.ParentAction
}

func (*UpdateNodePopupAction) Init

func (this *UpdateNodePopupAction) Init()

func (*UpdateNodePopupAction) RunGet

func (this *UpdateNodePopupAction) RunGet(params struct {
	ClusterId int64
	NodeId    int64
	IpAddrId  int64
})

func (*UpdateNodePopupAction) RunPost

func (this *UpdateNodePopupAction) RunPost(params struct {
	NodeId        int64
	IpAddr        string
	IpAddrId      int64
	DomainId      int64
	DnsRoutesJSON []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