(cert *model.RootCert)
| 32 | PageCert(limit, offset int, opts ...DBOption) (int64, []model.RootCert, error) |
| 33 | ListCert(opts ...DBOption) ([]model.RootCert, error) |
| 34 | SaveCert(cert *model.RootCert) error |
| 35 | UpdateCert(id uint, vars map[string]interface{}) error |
| 36 | DeleteCert(opts ...DBOption) error |
| 37 |
no outgoing calls
no test coverage detected