type RouteReader …
type routeAccessor …
func (r routeAccessor) Method() string { … }
func (r routeAccessor) Consumes() []string { … }
func (r routeAccessor) Path() string { … }
func (r routeAccessor) Doc() string { … }
func (r routeAccessor) Notes() string { … }
func (r routeAccessor) Operation() string { … }
func (r routeAccessor) ParameterDocs() []*Parameter { … }
func (r routeAccessor) Metadata() map[string]interface{ … }
func (r routeAccessor) Deprecated() bool { … }
func copyMap(m map[string]interface{ … }