Kong / go-pdk

Write Kong plugins in Go! 🦍
https://pkg.go.dev/github.com/Kong/go-pdk
Apache License 2.0
146 stars 50 forks source link

adds support for custom validation schema #162

Closed at-silva closed 11 months ago

at-silva commented 11 months ago

Adds support for:

type (
  Config struct {
    Path string `schema:"{'required': true, 'starts_with':'/'}"`
  }
)
CLAassistant commented 11 months ago

CLA assistant check
All committers have signed the CLA.

at-silva commented 11 months ago

Clicked on the wrong button, please ignore.