Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler defines a movie metadata HTTP handler.
func New ¶
func New(ctrl *metadata.Controller) *Handler
New creates a new movie metadata HTTP handler.
func (*Handler) GetMetadata ¶
func (h *Handler) GetMetadata(w http.ResponseWriter, req *http.Request)
GetMetadata handles GET /metadata requests.
Click to show internal directories.
Click to hide internal directories.