Documentation ¶ Index ¶ type Server func New(log *logrus.Logger, db *firestore.Client, ghClient *github.Client, ...) *Server func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New(log *logrus.Logger, db *firestore.Client, ghClient *github.Client, storage *s3.Client, serverCfg *config.ServerConfig) *Server func (*Server) ServeHTTP ¶ func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files cache.go handler_batch.go handlers.go helper.go middleware.go server.go Click to show internal directories. Click to hide internal directories.