Categorygithub.com/testground/sync-service
modulepackage
0.1.0
Repository: https://github.com/testground/sync-service.git
Documentation: pkg.go.dev

# README

Testground Sync Service

Testground logo

Made by Protocol Labs Go version GoDoc CircleCI

This repository contains the service that Testground uses for synchronization between multiple test instances.

Issues

Please report issues in the testground/testground repo.

License

Dual-licensed: MIT, Apache Software License v2, by way of the Permissive License Stack.

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

BarrierRequest represents a barrier response.
No description provided by the author
PublishRequest represents a publish request.
PublishResponse represents a publish response.
Request represents a request from the test instance to the sync service.
Response represents a response from the sync service to a test instance.
No description provided by the author
SignalEntryRequest represents a signal entry request.
SignalEntryResponse represents a signal entry response.
SubscribeRequest represents a subscribe request.

# Interfaces

Service is the implementation of a sync service.