acme

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Jan 13, 2023 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 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 {
	TaskId        int64
	AuthType      string
	AcmeUserId    int64
	DnsProviderId int64
	DnsDomain     string
	Domains       []string
	AutoRenew     bool
	AuthURL       string

	Must *actions.Must
})

type DeleteTaskAction

type DeleteTaskAction struct {
	actionutils.ParentAction
}

func (*DeleteTaskAction) RunPost

func (this *DeleteTaskAction) RunPost(params struct {
	TaskId 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    string
	Keyword string
})

type RunAction

type RunAction struct {
	actionutils.ParentAction
}

func (*RunAction) RunPost

func (this *RunAction) RunPost(params struct {
	TaskId int64
})

type UpdateTaskPopupAction

type UpdateTaskPopupAction struct {
	actionutils.ParentAction
}

func (*UpdateTaskPopupAction) Init

func (this *UpdateTaskPopupAction) Init()

func (*UpdateTaskPopupAction) RunGet

func (this *UpdateTaskPopupAction) RunGet(params struct {
	TaskId int64
})

func (*UpdateTaskPopupAction) RunPost

func (this *UpdateTaskPopupAction) RunPost(params struct {
	TaskId        int64
	AuthType      string
	AcmeUserId    int64
	DnsProviderId int64
	DnsDomain     string
	DomainsJSON   []byte
	AutoRenew     bool
	AuthURL       string

	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