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

feat(api): support schema #155

Closed StarlightIbuki closed 10 months ago

StarlightIbuki commented 1 year ago
type MyConfig struct {
    Path   string `kongschema:{"referenceable": true}`
    Reopen bool   `kongschema:{"required": true}`
}

Demo of GTWY-I-475