Fix enum's from envars not validating (fixes #107).

Also added a mapper for `*os.File`.
This commit is contained in:
Alec Thomas
2020-09-08 13:09:04 +10:00
parent cbae65d227
commit 88ecc9c4e9
7 changed files with 64 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package kong
// BeforeResolve is a documentation-only interface describing hooks that run before values are set.
// BeforeResolve is a documentation-only interface describing hooks that run before resolvers are applied.
type BeforeResolve interface {
// This is not the correct signature - see README for details.
BeforeResolve(args ...interface{}) error