add protovalidate support

This commit is contained in:
2025-07-21 16:53:40 -04:00
parent 41d539a607
commit 31fc6dca16
6 changed files with 75 additions and 9 deletions

View File

@ -1,3 +1,7 @@
// Package config provides types and methods for managing
// app config. A go-app configuration can be extended by any type
// that embeds AppConfig, and has helpers to generate json
// schema merged with the custom type's fields
package config
import (