# Structs
RegistryCredentials is a credential pair used for basic auth.
TokenResponse is returned by the registry on successful authentication.
UpdateParams contains all different options available to alter the behavior of the Update func.
# Interfaces
Container is a docker container running an image.
ContainerReport represents a container that was included in watchtower session.
ConvertibleNotifier is a notifier capable of creating a shoutrrr URL.
DelayNotifier is a notifier that might need to be delayed before sending notifications.
A FilterableContainer is the interface which is used to filter containers.
Notifier is the interface that all notification services have in common.
Report contains reports for all the containers processed during a session.
# Type aliases
ContainerID is a hash string representing a container instance.
A Filter is a prototype for a function that can be used to filter the results from a call to the ListContainers() method on the Client.
ImageID is a hash string representing a container image.