Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTPServer ¶
type HTTPServer struct {
Port int
}
HTTPServer server configuration
func (HTTPServer) AddHandler ¶
func (server HTTPServer) AddHandler(method, path string, h apiHandler)
AddHandler adds a http handler
func (HTTPServer) ServeStatic ¶
func (server HTTPServer) ServeStatic()
ServeStatic turns on serving Radish panel static files
Click to show internal directories.
Click to hide internal directories.