Skip to content

Commit a0c8193

Browse files
committed
docs: add package documentation
1 parent 9244f22 commit a0c8193

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

oapi_validate.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Provide HTTP middleware functionality to validate that incoming requests conform to a given OpenAPI 3.x specification.
2+
//
3+
// This provides middleware for an echo/v4 HTTP server.
4+
//
5+
// This package is a lightweight wrapper over https://pkg.go.dev/github.com/getkin/kin-openapi/openapi3filter from https://pkg.go.dev/github.com/getkin/kin-openapi.
6+
//
7+
// This is _intended_ to be used with code that's generated through https://pkg.go.dev/github.com/oapi-codegen/oapi-codegen, but should work otherwise.
18
package echomiddleware
29

310
import (

0 commit comments

Comments
 (0)