Remove unused type

This commit is contained in:
Arnaud 2025-10-08 08:59:52 +02:00
parent 609030cc13
commit 85e7fea342
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -77,8 +77,6 @@ const (
LevelDb RepoKind = "leveldb"
)
type rawJSON = json.RawMessage
type CodexConfig struct {
LogFormat LogFormat `json:"log-format,omitempty"`
MetricsEnabled bool `json:"metrics,omitempty"`