servers

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: May 24, 2021 License: BSD-3-Clause Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddOriginPopupAction

type AddOriginPopupAction struct {
	actionutils.ParentAction
}

func (*AddOriginPopupAction) Init

func (this *AddOriginPopupAction) Init()

func (*AddOriginPopupAction) RunGet

func (this *AddOriginPopupAction) RunGet(params struct {
	ServerType string
})

func (*AddOriginPopupAction) RunPost

func (this *AddOriginPopupAction) RunPost(params struct {
	Protocol string
	Addr     string

	Must *actions.Must
})

type AddPortPopupAction

type AddPortPopupAction struct {
	actionutils.ParentAction
}

func (*AddPortPopupAction) Init

func (this *AddPortPopupAction) Init()

func (*AddPortPopupAction) RunGet

func (this *AddPortPopupAction) RunGet(params struct {
	ServerType string
	Protocol   string
})

func (*AddPortPopupAction) RunPost

func (this *AddPortPopupAction) RunPost(params struct {
	Protocol string
	Address  string

	Must *actions.Must
})

type AddServerNamePopupAction

type AddServerNamePopupAction struct {
	actionutils.ParentAction
}

func (*AddServerNamePopupAction) Init

func (this *AddServerNamePopupAction) Init()

func (*AddServerNamePopupAction) RunGet

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

func (*AddServerNamePopupAction) RunPost

func (this *AddServerNamePopupAction) RunPost(params struct {
	Mode string

	ServerName  string
	ServerNames string

	Must *actions.Must
})

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
	Description string
	ClusterId   int64
	GroupIds    []int64

	ServerType  string
	Addresses   string
	ServerNames string
	CertIdsJSON []byte
	Origins     string

	WebRoot string

	Must *actions.Must
})

type FixLogAction added in v0.1.1

type FixLogAction struct {
	actionutils.ParentAction
}

func (*FixLogAction) RunPost added in v0.1.1

func (this *FixLogAction) RunPost(params struct {
	LogId int64
})

type Helper

type Helper struct {
}

func NewHelper

func NewHelper() *Helper

func (*Helper) BeforeAction

func (this *Helper) BeforeAction(action *actions.ActionObject)

type IndexAction

type IndexAction struct {
	actionutils.ParentAction
}

func (*IndexAction) Init

func (this *IndexAction) Init()

func (*IndexAction) RunGet

func (this *IndexAction) RunGet(params struct {
	ClusterId    int64
	GroupId      int64
	Keyword      string
	AuditingFlag int32
	CheckDNS     bool
})

type ServerNamesPopupAction

type ServerNamesPopupAction struct {
	actionutils.ParentAction
}

func (*ServerNamesPopupAction) Init

func (this *ServerNamesPopupAction) Init()

func (*ServerNamesPopupAction) RunGet

func (this *ServerNamesPopupAction) RunGet(params struct {
	ServerId int64
})

type StatusAction

type StatusAction struct {
	actionutils.ParentAction
}

func (*StatusAction) RunPost

func (this *StatusAction) RunPost(params struct {
	ServerIds []int64
})

type UpdateAction

type UpdateAction struct {
	actionutils.ParentAction
}

func (*UpdateAction) Init

func (this *UpdateAction) Init()

func (*UpdateAction) RunGet

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

Jump to

Keyboard shortcuts

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