Documentation ¶ Index ¶ type Server func NewServer(logger lager.Logger, version string, workerVersion string, ...) *Server func (s *Server) Creds(w http.ResponseWriter, r *http.Request) func (s *Server) Info(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, version string, workerVersion string, credsManagers creds.Managers, ) *Server func (*Server) Creds ¶ func (s *Server) Creds(w http.ResponseWriter, r *http.Request) Creds returns information on the credential manager attached to this instance of concourse. If no credential manager is configured the response will be empty. No actual credentials are shown in the response. func (*Server) Info ¶ func (s *Server) Info(w http.ResponseWriter, r *http.Request) Source Files ¶ View all Source files creds.go info.go server.go Click to show internal directories. Click to hide internal directories.