Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryHandler ¶
type RegistryHandler interface {
GetRegistry(w http.ResponseWriter, r *http.Request)
}
RegistryHandler define http handler interface
func NewRegistryHandler ¶
func NewRegistryHandler() RegistryHandler
NewRegistryHandler creates new RegistryHandlerImpl
type RegistryHandlerImpl ¶
type RegistryHandlerImpl struct { }
RegistryHandlerImpl define implementation for RegistryHandler
func (*RegistryHandlerImpl) GetRegistry ¶
func (receiver *RegistryHandlerImpl) GetRegistry(_writer http.ResponseWriter, _req *http.Request)
GetRegistry returns registry UI
Click to show internal directories.
Click to hide internal directories.