(ctx *gin.Context, req dto.SearchSSHLog)
| 52 | |
| 53 | LoadLog(ctx *gin.Context, req dto.SearchSSHLog) (int64, []dto.SSHHistory, error) |
| 54 | ExportLog(ctx *gin.Context, req dto.SearchSSHLog) (string, error) |
| 55 | |
| 56 | SyncRootCert() error |
| 57 | CreateRootCert(req dto.RootCertOperate) error |
no outgoing calls
no test coverage detected