Documentation ¶
Index ¶
- type Server
- func (s *Server) AddJob(ctx context.Context, j *job.Job)
- func (s *Server) Healthz() http.HandlerFunc
- func (s *Server) Home() http.HandlerFunc
- func (s *Server) Job() http.HandlerFunc
- func (s *Server) NewJob() http.HandlerFunc
- func (s *Server) Root() http.HandlerFunc
- func (s *Server) Threadz() http.HandlerFunc
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
}
Server is a server for the pullsheet web app.
func (*Server) Healthz ¶
func (s *Server) Healthz() http.HandlerFunc
Healthz returns a dummy healthz page - it's always happy here!
Click to show internal directories.
Click to hide internal directories.