Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EchoServer ¶
Types ¶
type CreateBranchHandler ¶
type CreateBranchHandler struct {
WS *WebSocketHandler
}
func (CreateBranchHandler) ServeHTTP ¶
func (h CreateBranchHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type DeleteBranchHandler ¶
type DeleteBranchHandler struct {
WS *WebSocketHandler
}
func (DeleteBranchHandler) ServeHTTP ¶
func (h DeleteBranchHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GetBranchsHandler ¶
type GetBranchsHandler struct { WS *WebSocketHandler Repos []string }
func (GetBranchsHandler) ServeHTTP ¶
func (h GetBranchsHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GithubAuthHandler ¶
type GithubAuthHandler struct {
// contains filtered or unexported fields
}
func (GithubAuthHandler) ServeHTTP ¶
func (h GithubAuthHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type GithubLoginHandler ¶
type GithubLoginHandler struct { }
func (GithubLoginHandler) ServeHTTP ¶
func (h GithubLoginHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type LogoutHandler ¶
type LogoutHandler struct { }
func (LogoutHandler) ServeHTTP ¶
func (h LogoutHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type MainHandler ¶
type MainHandler struct {
File string
}
func (MainHandler) ServeHTTP ¶
func (h MainHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type WebSocketHandler ¶
type WebSocketHandler struct {
// contains filtered or unexported fields
}
func (*WebSocketHandler) Conn ¶
func (h *WebSocketHandler) Conn() *websocket.Conn
func (*WebSocketHandler) Handler ¶
func (h *WebSocketHandler) Handler(c *websocket.Conn)
Click to show internal directories.
Click to hide internal directories.