Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebServer ¶
type WebServer struct {
// contains filtered or unexported fields
}
WebServer Photo server struct
func (*WebServer) IndexHandler ¶
func (w *WebServer) IndexHandler(ctx *fasthttp.RequestCtx)
IndexHandler main server handler
func (*WebServer) PhotoHandler ¶
func (w *WebServer) PhotoHandler(ctx *fasthttp.RequestCtx)
PhotoHandler get photo from camera by id
Click to show internal directories.
Click to hide internal directories.