teamserver

package
v6.4.2 Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2020 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 Server

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

func NewServer

func NewServer(
	logger lager.Logger,
	teamFactory db.TeamFactory,
	externalURL string,
) *Server

func (*Server) DestroyTeam

func (s *Server) DestroyTeam(w http.ResponseWriter, r *http.Request)

func (*Server) GetTeam

func (s *Server) GetTeam(w http.ResponseWriter, r *http.Request)

func (*Server) ListTeamBuilds

func (s *Server) ListTeamBuilds(w http.ResponseWriter, r *http.Request)

func (*Server) ListTeams

func (s *Server) ListTeams(w http.ResponseWriter, r *http.Request)

func (*Server) RenameTeam

func (s *Server) RenameTeam(w http.ResponseWriter, r *http.Request)

RenameTeam allows an authenticated user with authority or admin to rename a team

func (*Server) SetTeam

func (s *Server) SetTeam(w http.ResponseWriter, r *http.Request)

type SetTeamResponse

type SetTeamResponse struct {
	Errors   []string            `json:"errors,omitempty"`
	Warnings []atc.ConfigWarning `json:"warnings,omitempty"`
	Team     atc.Team            `json:"team"`
}

Jump to

Keyboard shortcuts

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