Documentation
¶
Overview ¶
Package bug2651 reproduces go-swagger issue #2651: an operation that mixes inline `swagger:operation` parameters with a `swagger:parameters`-bound struct mis-binds — the bound body schema is attached to the inline path parameter instead of becoming its own body parameter.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateUser ¶
type UpdateUser struct {
FirstName string `json:"firstName"`
}
swagger:model UpdateUser
Click to show internal directories.
Click to hide internal directories.