package probe import ( "git.loafle.net/overflow/commons-go/model/data" ) type MetricService interface { Send(metric *data.Metric) error }