any-sync/common/config/metric.go
Sergey Cherepanov daa9bb1df0
move pkgs
2022-10-17 14:11:55 +03:00

6 lines
66 B
Go

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