Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDockerHubClient ¶
func NewDockerHubClient(config DockerHubConfig) *dockerHubClient
func NewGhcrClient ¶ added in v0.67.0
func NewGhcrClient() *ghcrClient
func Routes ¶
func Routes(r *gin.Engine, authenticationMiddleware middleware.AuthenticationMiddleware, handler Handler)
Types ¶
type DockerHubConfig ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func NewHandler(dockerHubClient, ghcrClient RegistryClient, instanceManagerHost string) Handler
func (Handler) ImageExists ¶
type RegistryClient ¶ added in v0.67.0
Click to show internal directories.
Click to hide internal directories.