// AddWarningsHandler returns a handler that adds the provided warnings to all requests, // then delegates to the provided handler. func AddWarningsHandler(handler restful.RouteFunction, warnings []string) restful.RouteFunction { … }
// AddWarningsHandler returns a handler that adds the provided warnings to all requests, // then delegates to the provided handler. func AddWarningsHandler(handler restful.RouteFunction, warnings []string) restful.RouteFunction { … }