Documentation ¶
Overview ¶
Package service implement server
Index ¶
Constants ¶
View Source
const ( // FrameWidth defines default frame width FrameWidth float64 = 640 // FrameHeight defines default frame height FrameHeight float64 = 480 // Delay defines default delay between frames in milliseconds Delay int = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents server
func (*Server) ListenAndServe ¶
ListenAndServe listens on the TCP address and serves requests.
func (*Server) SetFrameSize ¶
SetFrameSize set frame size for display
Click to show internal directories.
Click to hide internal directories.