(ctx context.Context, arg CountVolumesParams)
| 119 | CountUsers(ctx context.Context) (int64, error) |
| 120 | CountUsersByRole(ctx context.Context, role string) (int64, error) |
| 121 | CountVolumes(ctx context.Context, arg CountVolumesParams) (int32, error) |
| 122 | CountVolumesByHostID(ctx context.Context, hostID string) (int32, error) |
| 123 | // Counts pending Windows Updates for a host (for dashboard/stats). |
| 124 | CountWindowsUpdatesByHostID(ctx context.Context, hostID string) (CountWindowsUpdatesByHostIDRow, error) |
no outgoing calls
no test coverage detected