acme

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: 9 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 {
	PlatformUserId int64
	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 {
	UserId   int64
	Type     string
	Keyword  string
	UserType 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
})

type UserOptionsAction added in v1.0.4

type UserOptionsAction struct {
	actionutils.ParentAction
}

func (*UserOptionsAction) RunPost added in v1.0.4

func (this *UserOptionsAction) RunPost(params struct {
	PlatformUserId int64
})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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