teamserver

package
v0.0.0-...-7f11b89 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2017 License: Apache-2.0 Imports: 10 Imported by: 0

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 NewServer

func NewServer(
	logger lager.Logger,
	teamDBFactory db.TeamDBFactory,
	teamsDB TeamsDB,
) *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)

type TeamsDB

type TeamsDB interface {
	GetTeams() ([]db.SavedTeam, error)
	CreateTeam(data db.Team) (db.SavedTeam, error)
	DeleteTeamByName(teamName string) 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