ing
This commit is contained in:
parent
527ba1e994
commit
04017db9ba
|
@ -1,4 +0,0 @@
|
|||
package probe
|
||||
|
||||
type DataClientService interface {
|
||||
}
|
5
service/probe/MetricService.go
Normal file
5
service/probe/MetricService.go
Normal file
|
@ -0,0 +1,5 @@
|
|||
package probe
|
||||
|
||||
type MetricService interface {
|
||||
Send(sensorConfigID string, metric map[string]string) error
|
||||
}
|
Loading…
Reference in New Issue
Block a user