callbackfixtures

package
v2.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 23, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

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 BigSegmentStoreGetMembershipResponse

type BigSegmentStoreGetMembershipResponse struct {
	Values map[string]bool `json:"values,omitempty"`
}

type BigSegmentStoreGetMetadataResponse

type BigSegmentStoreGetMetadataResponse struct {
	LastUpToDate ldtime.UnixMillisecondTime `json:"lastUpToDate"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL