Networks
(ctx context.Context, id string)
| 270 | GetLatestSystemStatistics(ctx context.Context) (GetLatestSystemStatisticsRow, error) |
| 271 | // Networks |
| 272 | GetNetworkByID(ctx context.Context, id string) (DockerNetwork, error) |
| 273 | GetNetworksByHostID(ctx context.Context, hostID string) ([]DockerNetwork, error) |
| 274 | GetNotificationDestinationByID(ctx context.Context, id string) (NotificationDestination, error) |
| 275 | GetNotificationRouteByID(ctx context.Context, id string) (NotificationRoute, error) |
no outgoing calls
no test coverage detected