Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
type HTTPServer struct{}
func (*HTTPServer) Config ¶
func (server *HTTPServer) Config(w http.ResponseWriter, r *http.Request)
HTTP Server
func (*HTTPServer) Contents ¶
func (server *HTTPServer) Contents(w http.ResponseWriter, r *http.Request)
func (*HTTPServer) Start ¶
func (server *HTTPServer) Start()
type TFTPServer ¶
type TFTPServer struct{}
func (*TFTPServer) ReadHandler ¶
func (server *TFTPServer) ReadHandler(filename string, rf io.ReaderFrom) error
TFTP Server
func (*TFTPServer) Start ¶
func (server *TFTPServer) Start()
Click to show internal directories.
Click to hide internal directories.