podhmo / reflect-openapi

Define OpenAPI with reflect package
Apache License 2.0
3 stars 0 forks source link

feat: handling params name by tag #81

Closed podhmo closed 2 years ago

podhmo commented 2 years ago
struct {
  ID string `openapi:"path" path:"id"`
}

treats as id