You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I have a function with such signature
type NodePatchParam struct {
ID uint `path:"id"`
models.Node
}
func PatchNode(c *gin.Context, nodePatchParam *NodePatchParam) (*NodeResponse, error)
So the schemas in generated spec will show many schemas, including NodePatchParam and NodeResponse.
What if I don't want to show these types ? How to omit these types ?
The text was updated successfully, but these errors were encountered:
For example, I have a function with such signature
So the schemas in generated spec will show many schemas, including NodePatchParam and NodeResponse.
What if I don't want to show these types ? How to omit these types ?
The text was updated successfully, but these errors were encountered: