domains

package
v0.4.7 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2022 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateAction

type CreateAction struct {
	actionutils.ParentAction
}

func (*CreateAction) Init

func (this *CreateAction) Init()

func (*CreateAction) RunGet

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

func (*CreateAction) RunPost

func (this *CreateAction) RunPost(params struct {
	Name      string
	ClusterId int64
	UserId    int64

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

type DeleteAction

type DeleteAction struct {
	actionutils.ParentAction
}

func (*DeleteAction) RunPost

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

type DomainAction

type DomainAction struct {
	actionutils.ParentAction
}

func (*DomainAction) Init

func (this *DomainAction) Init()

func (*DomainAction) RunGet

func (this *DomainAction) RunGet(params struct {
	DomainId int64
})

type IndexAction added in v0.2.9

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init added in v0.2.9

func (this *IndexAction) Init()

func (*IndexAction) RunGet added in v0.2.9

func (this *IndexAction) RunGet(params struct {
	ClusterId int64
	UserId    int64
	Keyword   string
})

type TsigAction added in v0.2.8

type TsigAction struct {
	actionutils.ParentAction
}

func (*TsigAction) Init added in v0.2.8

func (this *TsigAction) Init()

func (*TsigAction) RunGet added in v0.2.8

func (this *TsigAction) RunGet(params struct {
	DomainId int64
})

func (*TsigAction) RunPost added in v0.2.8

func (this *TsigAction) RunPost(params struct {
	DomainId int64
	IsOn     bool

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

type UpdateAction

type UpdateAction struct {
	actionutils.ParentAction
}

func (*UpdateAction) Init

func (this *UpdateAction) Init()

func (*UpdateAction) RunGet

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

func (*UpdateAction) RunPost

func (this *UpdateAction) RunPost(params struct {
	DomainId  int64
	ClusterId int64
	UserId    int64
	IsOn      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