Documentation ¶
Index ¶
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 (*Server) ListWorkers ¶
func (s *Server) ListWorkers(w http.ResponseWriter, r *http.Request)
func (*Server) RegisterWorker ¶
func (s *Server) RegisterWorker(w http.ResponseWriter, r *http.Request)
type WorkerDB ¶
type WorkerDB interface { SaveWorker(db.WorkerInfo, time.Duration) (db.SavedWorker, error) Workers() ([]db.SavedWorker, error) }
Directories ¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.