Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client Client
type IRouter ¶
type IRouter interface { OnClose() Handler() http.Handler GET(string, interface{}) POST(string, interface{}) Done() }
IRouter IRouter
type Router ¶
type Router struct { *httprouter.Router // contains filtered or unexported fields }
Router Router
Click to show internal directories.
Click to hide internal directories.