Files
protocol/observability/storageobs/gen_source.go
2026-02-02 18:23:33 -05:00

26 lines
507 B
Go
Generated

// Code generated; DO NOT EDIT.
package storageobs
type EventService string
const (
EventServiceUndefined EventService = ""
EventServiceEgress EventService = "egress"
EventServiceReplay EventService = "replay"
)
type EventOperation string
const (
EventOperationUndefined EventOperation = ""
EventOperationUpload EventOperation = "upload"
EventOperationDownload EventOperation = "download"
)
type Rollup string
const (
RollupUndefined Rollup = ""
RollupProject Rollup = "project"
)