Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckRequest ¶
type CheckRequest struct {
Source Source `json:"source"`
Version TimestampVersion `json:"version"`
}
type CheckResponse ¶
type CheckResponse []TimestampVersion
type InRequest ¶
type InRequest struct {
Source Source `json:"source"`
Version TimestampVersion `json:"version"`
}
type InResponse ¶
type InResponse struct {
Version TimestampVersion `json:"version"`
Metadata Metadata `json:"metadata"`
}
type Metadata ¶
type Metadata []MetadataField
type MetadataField ¶ added in v0.0.2
type TimestampVersion ¶
type TimestampVersion struct {
Version string `json:"version"`
}
Click to show internal directories.
Click to hide internal directories.