Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { Port string Server *http.ServeMux Router *router.Router InboundRequests chan InboundRequest }
Client is the the Server Client
func NewServer ¶
func NewServer(port string, requests chan InboundRequest) *Client
NewServer create a new Server instance that contains a new Mux and a new Router
type InboundRequest ¶
Click to show internal directories.
Click to hide internal directories.