This commit is contained in:
crusader 2018-05-11 13:49:36 +09:00
parent 527ba1e994
commit 04017db9ba
2 changed files with 5 additions and 4 deletions

View File

@ -1,4 +0,0 @@
package probe
type DataClientService interface {
}

View File

@ -0,0 +1,5 @@
package probe
type MetricService interface {
Send(sensorConfigID string, metric map[string]string) error
}