certs

package
v1.3.6 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: BSD-3-Clause Imports: 30 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 {
	helpers.LangHelper
}

func NewHelper

func NewHelper() *Helper

func (*Helper) BeforeAction

func (this *Helper) BeforeAction(actionPtr actions.ActionWrapper)

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 // [empty] | ca | 7days | ...
	Keyword  string
	UserType 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 {
	ServerId         int64  // 搜索的服务
	UserId           int64  // 搜索的用户名
	SearchingDomains string // 搜索的域名
	SearchingType    string // 搜索类型:match|all

	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

	TextMode bool

	Name        string
	IsCA        bool
	Description string
	IsOn        bool

	CertFile *actions.File
	KeyFile  *actions.File

	CertText string
	KeyText  string

	Must *actions.Must
})

type UploadBatchPopupAction added in v1.0.0

type UploadBatchPopupAction struct {
	actionutils.ParentAction
}

UploadBatchPopupAction 批量上传证书

func (*UploadBatchPopupAction) Init added in v1.0.0

func (this *UploadBatchPopupAction) Init()

func (*UploadBatchPopupAction) RunGet added in v1.0.0

func (this *UploadBatchPopupAction) RunGet(params struct {
	ServerId int64
	UserId   int64
})

func (*UploadBatchPopupAction) RunPost added in v1.0.0

func (this *UploadBatchPopupAction) RunPost(params struct {
	UserId int64

	Must *actions.Must
	CSRF *actionutils.CSRF
})

type UploadPopupAction

type UploadPopupAction struct {
	actionutils.ParentAction
}

func (*UploadPopupAction) Init

func (this *UploadPopupAction) Init()

func (*UploadPopupAction) RunGet

func (this *UploadPopupAction) RunGet(params struct {
	ServerId int64
	UserId   int64
})

func (*UploadPopupAction) RunPost

func (this *UploadPopupAction) RunPost(params struct {
	UserId int64

	TextMode    bool
	Name        string
	IsCA        bool
	Description string
	IsOn        bool

	CertFile *actions.File
	KeyFile  *actions.File

	CertText string
	KeyText  string

	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