Documentation ¶ Index ¶ type Server func NewServer(logger lager.Logger, teamFactory db.TeamFactory) *Server func (s *Server) DestroyTeam(w http.ResponseWriter, r *http.Request) func (s *Server) ListTeams(w http.ResponseWriter, r *http.Request) func (s *Server) SetTeam(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 NewServer ¶ func NewServer( logger lager.Logger, teamFactory db.TeamFactory, ) *Server func (*Server) DestroyTeam ¶ func (s *Server) DestroyTeam(w http.ResponseWriter, r *http.Request) func (*Server) ListTeams ¶ func (s *Server) ListTeams(w http.ResponseWriter, r *http.Request) func (*Server) SetTeam ¶ func (s *Server) SetTeam(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files destroy.go list.go server.go set.go Click to show internal directories. Click to hide internal directories.