ing
This commit is contained in:
parent
fa179a9bf6
commit
bd183fd1fc
|
@ -1,5 +1,9 @@
|
|||
package probe
|
||||
|
||||
import (
|
||||
"git.loafle.net/overflow/commons-go/model/data"
|
||||
)
|
||||
|
||||
type MetricService interface {
|
||||
Send(sensorConfigID string, metric map[string]string) error
|
||||
Send(metric *data.Metric) error
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user