Versions in this module Expand all Collapse all v1 v1.0.1 Apr 6, 2026 v1.0.0 Apr 6, 2026 Changes in this version + const NetSupplierContainerName + const NetSupplierNotFoundID + var NetConsumerInvalidSupplier = ContainerRef + var NetConsumerOK = ContainerRef + var Restarting = ContainerRef + var Running = ContainerRef + var Stopped = ContainerRef + var Watchtower = ContainerRef + func GetContainerHandler(containerID string, containerInfo *types.ContainerJSON) http.HandlerFunc + func GetContainerHandlers(containerRefs ...*ContainerRef) []http.HandlerFunc + func GetImageHandler(imageInfo *types.ImageInspect) http.HandlerFunc + func KillContainerHandler(containerID string, found FoundStatus) http.HandlerFunc + func ListContainersHandler(statuses ...string) http.HandlerFunc + func RemoveContainerHandler(containerID string, found FoundStatus) http.HandlerFunc + func RemoveImageHandler(imagesWithParents map[string][]string) http.HandlerFunc + func RespondWithJSONFile(relPath string, statusCode int, optionalHeader ...http.Header) http.HandlerFunc + type ContainerRef struct + func (cr *ContainerRef) ContainerID() t.ContainerID + type FilterableContainer struct + func (_m *FilterableContainer) Enabled() (bool, bool) + func (_m *FilterableContainer) ImageName() string + func (_m *FilterableContainer) IsWatchtower() bool + func (_m *FilterableContainer) Name() string + func (_m *FilterableContainer) Scope() (string, bool) + type FoundStatus bool + const Found + const Missing