commons-go/service/probe/MetricService.go

6 lines
109 B
Go
Raw Normal View History

2018-05-11 04:49:36 +00:00
package probe
type MetricService interface {
Send(sensorConfigID string, metric map[string]string) error
}