ing
This commit is contained in:
parent
b4a7f6fabe
commit
67b3f1426c
|
@ -1,5 +1,15 @@
|
||||||
package module
|
package module
|
||||||
|
|
||||||
|
import "time"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
ProbeHeader_ProbeKey = "overFlow-Probe-Key"
|
ProbeHeader_ProbeKey = "overFlow-Probe-Key"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
type Probe struct {
|
||||||
|
ID uint64 `json:"id"`
|
||||||
|
Description string `json:"description"`
|
||||||
|
TempProbeKey string `json:"tempProbeKey"`
|
||||||
|
CreateDate time.Time `json:"createDate"`
|
||||||
|
ProbeKey string `json:"probeKey"`
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user