Documentation ¶
Index ¶
Constants ¶
View Source
const TemplatePath = "templates"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { OAuth oauth2.Config Sessions *sessions.FilesystemStore }
func (*Server) DropletHandler ¶
func (s *Server) DropletHandler(w http.ResponseWriter, r *http.Request)
func (*Server) LoginHandler ¶
func (s *Server) LoginHandler(w http.ResponseWriter, r *http.Request)
func (*Server) RedirectHandler ¶
func (s *Server) RedirectHandler(w http.ResponseWriter, r *http.Request)
func (*Server) RootHandler ¶
func (s *Server) RootHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.