type APIServerHandler …
type HandlerChainBuilderFn …
func NewAPIServerHandler(name string, s runtime.NegotiatedSerializer, handlerChainBuilder HandlerChainBuilderFn, notFoundHandler http.Handler) *APIServerHandler { … }
func (a *APIServerHandler) ListedPaths() []string { … }
type director …
func (d director) ServeHTTP(w http.ResponseWriter, req *http.Request) { … }
func logStackOnRecover(s runtime.NegotiatedSerializer, panicReason interface{ … }
func serviceErrorHandler(s runtime.NegotiatedSerializer, serviceErr restful.ServiceError, request *restful.Request, resp *restful.Response) { … }
func (a *APIServerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { … }