Files
styx/proxy/cache/config.go
2025-09-26 08:49:53 +02:00

9 lines
135 B
Go

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