Documentation ¶
Index ¶
- func RemoteAddrHandler(fieldKey string) func(next http.Handler) http.Handler
- type Server
- func (s *Server) CreateTree(w http.ResponseWriter, r *http.Request)
- func (s *Server) GetProof(w http.ResponseWriter, r *http.Request)
- func (s *Server) GetRoot(w http.ResponseWriter, r *http.Request)
- func (s *Server) GetTree(w http.ResponseWriter, r *http.Request)
- func (s *Server) Handler(env, gitSha string) http.Handler
- func (s *Server) TreeHandler(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) CreateTree ¶
func (s *Server) CreateTree(w http.ResponseWriter, r *http.Request)
func (*Server) TreeHandler ¶
func (s *Server) TreeHandler(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.