Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Registry ¶
type Registry struct {
RootDir string `asm:"data-path"`
Log *slog.Logger
EC *entityserver.Client
// contains filtered or unexported fields
}
RegistryHandler processes all OCI registry requests
type RegistryHandler ¶
type RegistryHandler struct {
// contains filtered or unexported fields
}
func NewRegistryHandler ¶
func NewRegistryHandler(storageRoot string, log *slog.Logger, ec *entityserver.Client) *RegistryHandler
NewRegistryHandler creates a new registry handler with the specified storage location
func (*RegistryHandler) ServeHTTP ¶
func (h *RegistryHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
ServeHTTP implements the http.Handler interface
Click to show internal directories.
Click to hide internal directories.