workerserver

package
v0.0.0-...-8b5a1e4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2016 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IntMetric

type IntMetric int

func (IntMetric) String

func (i IntMetric) String() string

type Server

type Server struct {
	// contains filtered or unexported fields
}

func NewServer

func NewServer(
	logger lager.Logger,
	db WorkerDB,
	teamDBFactory db.TeamDBFactory,
) *Server

func (*Server) ListWorkers

func (s *Server) ListWorkers(teamDB db.TeamDB) http.Handler

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL