(ctx context.Context, arg CountImagesParams)
| 105 | CountHosts(ctx context.Context) (int64, error) |
| 106 | CountHostsForPackage(ctx context.Context, arg CountHostsForPackageParams) (int32, error) |
| 107 | CountImages(ctx context.Context, arg CountImagesParams) (int32, error) |
| 108 | CountNetworks(ctx context.Context, arg CountNetworksParams) (int32, error) |
| 109 | CountNetworksByHostID(ctx context.Context, hostID string) (int32, error) |
| 110 | CountPackages(ctx context.Context, arg CountPackagesParams) (int32, error) |
no outgoing calls
no test coverage detected