any-sync/config/metric.go
2022-10-08 20:16:20 +03:00

6 lines
66 B
Go

package config
type Metric struct {
Addr string `yaml:"addr"`
}