package
Version:
v0.0.0-...-807dce9
Opens a new window with list of versions in this module.
Published: Mar 2, 2020
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Connector struct {
ApiKey string
RetryAmount int8
}
type NTP struct {
SrvReceptionTime int64 `json:"srvReceptionTime"`
ClientTransmissionTime int64 `json:"clientTransmissionTime"`
SrvTransmissionTime int64 `json:"srvTransmissionTime"`
ClientReceptionTime int64 `json:"clientReceptionTime"`
}
type RegisterApiKeyRequest struct {
Key string `json:"key"`
}
type Tag struct {
Name string `json:"name"`
TimestampBegin int64 `json:"timestampBegin"`
TimestampEnd int64 `json:"timestampEnd"`
ProductName string `json:"productName"`
TagName string `json:"tagName"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.