Documentation
¶
Index ¶
- type Server
- func (s *Server) DestroyTeam(w http.ResponseWriter, r *http.Request)
- func (s *Server) GetTeam(w http.ResponseWriter, r *http.Request)
- func (s *Server) ListTeamBuilds(w http.ResponseWriter, r *http.Request)
- func (s *Server) ListTeams(w http.ResponseWriter, r *http.Request)
- func (s *Server) RenameTeam(w http.ResponseWriter, r *http.Request)
- func (s *Server) SetTeam(w http.ResponseWriter, r *http.Request)
- type SetTeamResponse
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) DestroyTeam ¶
func (s *Server) DestroyTeam(w http.ResponseWriter, r *http.Request)
func (*Server) ListTeamBuilds ¶
func (s *Server) ListTeamBuilds(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
type SetTeamResponse ¶
type SetTeamResponse struct {
Errors []string `json:"errors,omitempty"`
Warnings []atc.ConfigWarning `json:"warnings,omitempty"`
Team atc.Team `json:"team"`
}
Click to show internal directories.
Click to hide internal directories.