package cache import "github.com/hashicorp/hcl/v2" type Config struct { Type string `hcl:"type"` Body hcl.Body `hcl:",remain"` }