add protovalidate support
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user