package
0.3.1
Repository: https://github.com/strabox/caravela.git
Documentation: pkg.go.dev

# Functions

CreateBackend is used to obtain a storage backend based on the configurations.
RegisterBackend can be used to register a new storage backend in order to be available.

# Structs

BaseBackend is a base for all the storage backends.
DockerHubBackend represents a image storage backup that uses the Docker public registry to store and retrieve images to run in CARAVELA.
IPFSBackend is a backend implemented on top of the highly distributed IPFS file system.

# Interfaces

Backend interface for container's images storage backends.

# Type aliases

BackendFactory represents a method that creates a new image storage backend.