Documentation ¶
Overview ¶
Package callbackfixtures contains definitions for the REST protocol that test services must implement, specifically for callback requests from the test service to the test harness. See the top-level README.md for more details.
The package is used by the test harness, but can also be imported by any test service code that is Go-based.
Index ¶
Constants ¶
View Source
const ( BigSegmentStorePathGetMetadata = "/getMetadata" BigSegmentStorePathGetMembership = "/getMembership" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigSegmentStoreGetMembershipParams ¶
type BigSegmentStoreGetMembershipParams struct {
ContextHash string `json:"contextHash"`
}
type BigSegmentStoreGetMetadataResponse ¶
type BigSegmentStoreGetMetadataResponse struct {
LastUpToDate ldtime.UnixMillisecondTime `json:"lastUpToDate"`
}
Click to show internal directories.
Click to hide internal directories.