wormhole-explorer/fly-event-processor/internal/metrics/metrics.go

7 lines
100 B
Go
Raw Normal View History

2024-04-24 06:56:22 -07:00
package metrics
const serviceName = "wormholescan-fly-event-processor"
type Metrics interface {
}