(ctx context.Context, arg CountContainersParams)
| 98 | CountComplianceScansByHost(ctx context.Context, hostID string) (int64, error) |
| 99 | CountComplianceScansHistory(ctx context.Context, arg CountComplianceScansHistoryParams) (int64, error) |
| 100 | CountContainers(ctx context.Context, arg CountContainersParams) (int32, error) |
| 101 | CountContainersByImageID(ctx context.Context, imageID *string) (int32, error) |
| 102 | // Dashboard stats |
| 103 | CountDockerHosts(ctx context.Context) (int32, error) |
no outgoing calls
no test coverage detected