Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControlPanel ¶
type ControlPanel struct { Server *Server // contains filtered or unexported fields }
ControlPanel is an API for providing operations on a WARC archive.
func NewControlPanel ¶
func NewControlPanel(server *Server, router *mux.Router) *ControlPanel
NewControlPanel creates a new control panel.
type ResourceHandler ¶
type ResourceHandler struct { Server *Server // contains filtered or unexported fields }
ResourceHandler is an API for providing web resources for an WARC archive.
func NewResourceHandler ¶
func NewResourceHandler(server *Server, router *mux.Router) *ResourceHandler
NewResourceHandler creates a new resource handler.
Click to show internal directories.
Click to hide internal directories.