certs

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 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 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 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 {
	Type    string
	Keyword string
})

type SelectPopupAction

type SelectPopupAction struct {
	actionutils.ParentAction
}

SelectPopupAction 选择证书

func (*SelectPopupAction) Init

func (this *SelectPopupAction) Init()

func (*SelectPopupAction) RunGet

func (this *SelectPopupAction) RunGet(params struct {
	ViewSize        string
	SelectedCertIds string
	Keyword         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
})

func (*UpdatePopupAction) RunPost

func (this *UpdatePopupAction) RunPost(params struct {
	CertId int64

	Name        string
	IsCA        bool
	Description string
	IsOn        bool

	CertFile *actions.File
	KeyFile  *actions.File

	Must *actions.Must
})

type UploadPopupAction

type UploadPopupAction struct {
	actionutils.ParentAction
}

func (*UploadPopupAction) Init

func (this *UploadPopupAction) Init()

func (*UploadPopupAction) RunGet

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

func (*UploadPopupAction) RunPost

func (this *UploadPopupAction) RunPost(params struct {
	Name        string
	IsCA        bool
	Description string
	IsOn        bool

	CertFile *actions.File
	KeyFile  *actions.File

	Must *actions.Must
})

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
})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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