[chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 (#2781)

This commit is contained in:
dependabot[bot] 2024-03-25 10:31:19 +00:00 committed by GitHub
commit 40ee470536
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
105 changed files with 81065 additions and 43757 deletions

View file

@ -0,0 +1,7 @@
package unstable
// The Unmarshaler interface may be implemented by types to customize their
// behavior when being unmarshaled from a TOML document.
type Unmarshaler interface {
UnmarshalTOML(value *Node) error
}