Documentation ¶
Index ¶
- type Server
- func (s *Server) DestroyTeam(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)
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
Click to show internal directories.
Click to hide internal directories.