go-swagger toolkit

Swagger 2.0 describes your API's for you, so you don't have to

swagger:params

scan operation

The swagger:params annotation links a struct to one or more operations. The params in the resulting swagger spec can be composed of several structs. There are no guarantees given on how property name overlaps are resolved when several structs apply to the same operation. This tag works very similar to the swagger:model tag except that it produces valid parameter objects instead of schema objects.

14 Nov 2015 #spec