Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2020 Changes in this version + type AcmeAction actions.Action + func (this *AcmeAction) RunGet(params struct{}) + type AcmeCreateTaskAction actions.Action + func (this *AcmeCreateTaskAction) RunGet(params struct{}) + func (this *AcmeCreateTaskAction) RunPost(params struct{ ... }) + type AcmeCreateUserAction actions.Action + func (this *AcmeCreateUserAction) RunGet(params struct{}) + func (this *AcmeCreateUserAction) RunPost(params struct{ ... }) + type AcmeDeleteTaskAction actions.Action + func (this *AcmeDeleteTaskAction) RunPost(params struct{ ... }) + type AcmeDnsCheckingAction actions.Action + func (this *AcmeDnsCheckingAction) RunPost(params struct{ ... }) + type AcmeDownloadAction actions.Action + func (this *AcmeDownloadAction) RunGet(params struct{ ... }) + type AcmeRecordsAction actions.Action + func (this *AcmeRecordsAction) RunPost(params struct{ ... }) + type AcmeRenewTaskAction actions.Action + func (this *AcmeRenewTaskAction) RunPost(params struct{ ... }) + type AcmeTaskAction actions.Action + func (this *AcmeTaskAction) RunGet(params struct{ ... }) + type AcmeUserDeleteAction actions.Action + func (this *AcmeUserDeleteAction) RunPost(params struct{ ... }) + type AcmeUsersAction actions.Action + func (this *AcmeUsersAction) RunGet(params struct{}) + type DeleteAction actions.Action + func (this *DeleteAction) RunPost(params struct{ ... }) + type DetailAction actions.Action + func (this *DetailAction) RunGet(params struct{ ... }) + type DownloadAction actions.Action + func (this *DownloadAction) RunGet(params struct{ ... }) + type Helper struct + func (this *Helper) BeforeAction(action *actions.ActionObject) + type IndexAction actions.Action + func (this *IndexAction) RunGet(params struct{}) + type UpdateAction actions.Action + func (this *UpdateAction) RunGet(params struct{ ... }) + func (this *UpdateAction) RunPost(params struct{ ... }) + func (this *UpdateAction) RunPostCA(params struct{ ... }) + func (this *UpdateAction) RunPostPair(params struct{ ... }) + type UploadAction actions.Action + func (this *UploadAction) RunGet(params struct{}) + func (this *UploadAction) RunPost(params struct{ ... }) + func (this *UploadAction) RunPostCA(params struct{ ... }) + func (this *UploadAction) RunPostPair(params struct{ ... })