driftctl/pkg/memstore/buckets.go

9 lines
170 B
Go

package memstore
type BucketName int
const (
// TelemetryBucket is the name of the store bucket used by the telemetry service
TelemetryBucket BucketName = iota + 1
)