Documentation ¶
Index ¶
- Variables
- func AddForbid(db *gorm.DB, record *model.Forbid) (result *model.Forbid, RowsAffected int64, err error)
- func Copy(dst interface{}, src interface{}) error
- func GetAllCertificates(db *gorm.DB, page, pagesize int, order string) (results []*model.Certificates, totalRows int64, err error)
- func GetAllForbid(db *gorm.DB, page, pagesize int, order string) (results []*model.Forbid, totalRows int64, err error)
- func GetForbid(db *gorm.DB) (record *model.Forbid, err error)
- func GetOcspResponses(db *gorm.DB, argId string) (record *model.OcspResponses, err error)
- func GetSelfKeypair(db *gorm.DB, argId uint32) (record *model.SelfKeypair, err error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func AddForbid ¶
func AddForbid(db *gorm.DB, record *model.Forbid) (result *model.Forbid, RowsAffected int64, err error)
AddForbid
func GetAllCertificates ¶
func GetAllCertificates(db *gorm.DB, page, pagesize int, order string) (results []*model.Certificates, totalRows int64, err error)
GetAllCertificates
func GetAllForbid ¶
func GetAllForbid(db *gorm.DB, page, pagesize int, order string) (results []*model.Forbid, totalRows int64, err error)
GetAllForbid
func GetOcspResponses ¶
GetOcspResponses
func GetSelfKeypair ¶
GetSelfKeypair
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.