6 lines
109 B
Go
6 lines
109 B
Go
package probe
|
|
|
|
type MetricService interface {
|
|
Send(sensorConfigID string, metric map[string]string) error
|
|
}
|