Initial import
This commit is contained in:
8
proxy/cache/config.go
vendored
Normal file
8
proxy/cache/config.go
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
package cache
|
||||
|
||||
import "github.com/hashicorp/hcl/v2"
|
||||
|
||||
type Config struct {
|
||||
Type string `hcl:"type"`
|
||||
Body hcl.Body `hcl:",remain"`
|
||||
}
|
Reference in New Issue
Block a user