# Functions
NewContainer returns a new instance of a Container domain model.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
ErrFailedToSetHosts is returned if the internal & external host failed to be set.
No description provided by the author
ErrInvalidContainer is the error return if a Container is invalid.
ErrInvalidContainerEnvironmentVariablesParam is returned if the environment variables param is invalid.
ErrInvalidContainerIDParam is returned if the container id param is invalid.
ErrInvalidContainerSecretsParam is returned if the secrets param is invalid.
ErrInvalidEnvironmentIDParam is returned if the environment id param is invalid.
ErrInvalidImageNameParam is returned if the container image name param is invalid.
ErrInvalidNameParam is returned if the name param is invalid.
ErrInvalidRegistryIDParam is returned if the registry id param is invalid.
ErrInvalidStateParam is returned if the state param is invalid.
ErrInvalidTagParam is returned if the container tag param is invalid.
ErrInvalidUpsertRequest is returned if the upsert request is invalid.
ErrNilContainer is returned if a Container is nil.
# Structs
No description provided by the author
NewContainerParams represents the arguments needed to create a Container.
UpsertRepositoryRequest represents the parameters needed to create & update a Variable.
UpsertServiceRequest represents the parameters needed to create & update a Variable.
# Interfaces
Repository represents the interface to implement to handle the persistence of a Container.
Service represents the interface to implement to handle the domain logic of an Container.