Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CertPopupAction ¶
type CertPopupAction struct {
actionutils.ParentAction
}
func (*CertPopupAction) Init ¶
func (this *CertPopupAction) Init()
func (*CertPopupAction) RunGet ¶
func (this *CertPopupAction) RunGet(params struct { CertId int64 })
type DatajsAction ¶
type DatajsAction struct {
actionutils.ParentAction
}
所有相关数据
func (*DatajsAction) Init ¶
func (this *DatajsAction) Init()
func (*DatajsAction) RunGet ¶
func (this *DatajsAction) RunGet(params struct{})
type DeleteAction ¶
type DeleteAction struct {
actionutils.ParentAction
}
func (*DeleteAction) RunPost ¶
func (this *DeleteAction) RunPost(params struct { CertId int64 })
type DownloadCertAction ¶
type DownloadCertAction struct {
actionutils.ParentAction
}
func (*DownloadCertAction) Init ¶
func (this *DownloadCertAction) Init()
func (*DownloadCertAction) RunGet ¶
func (this *DownloadCertAction) RunGet(params struct { CertId int64 })
type DownloadKeyAction ¶
type DownloadKeyAction struct {
actionutils.ParentAction
}
func (*DownloadKeyAction) Init ¶
func (this *DownloadKeyAction) Init()
func (*DownloadKeyAction) RunGet ¶
func (this *DownloadKeyAction) RunGet(params struct { CertId int64 })
type DownloadZipAction ¶
type DownloadZipAction struct {
actionutils.ParentAction
}
func (*DownloadZipAction) Init ¶
func (this *DownloadZipAction) Init()
func (*DownloadZipAction) RunGet ¶
func (this *DownloadZipAction) RunGet(params struct { CertId int64 })
type Helper ¶
type Helper struct { }
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 { Type string Keyword string })
type SelectPopupAction ¶
type SelectPopupAction struct {
actionutils.ParentAction
}
选择证书
func (*SelectPopupAction) Init ¶
func (this *SelectPopupAction) Init()
func (*SelectPopupAction) RunGet ¶
func (this *SelectPopupAction) RunGet(params struct { ViewSize string SelectedCertIds string })
type UpdatePopupAction ¶
type UpdatePopupAction struct {
actionutils.ParentAction
}
func (*UpdatePopupAction) Init ¶
func (this *UpdatePopupAction) Init()
func (*UpdatePopupAction) RunGet ¶
func (this *UpdatePopupAction) RunGet(params struct { CertId int64 })
type UploadPopupAction ¶
type UploadPopupAction struct {
actionutils.ParentAction
}
func (*UploadPopupAction) Init ¶
func (this *UploadPopupAction) Init()
func (*UploadPopupAction) RunGet ¶
func (this *UploadPopupAction) RunGet(params struct{})
type ViewCertAction ¶
type ViewCertAction struct {
actionutils.ParentAction
}
func (*ViewCertAction) Init ¶
func (this *ViewCertAction) Init()
func (*ViewCertAction) RunGet ¶
func (this *ViewCertAction) RunGet(params struct { CertId int64 })
type ViewKeyAction ¶
type ViewKeyAction struct {
actionutils.ParentAction
}
func (*ViewKeyAction) Init ¶
func (this *ViewKeyAction) Init()
func (*ViewKeyAction) RunGet ¶
func (this *ViewKeyAction) RunGet(params struct { CertId int64 })
Source Files ¶
Click to show internal directories.
Click to hide internal directories.