system

package
v0.0.0-...-6968735 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Coordinator

type Coordinator interface {
	RegisterClientRequest(guid string, initialStatus uint8) error
	DeletePendingRequest(guid string) error
	GetAllPendingClientRequestGuid() ([]string, error)
	ClientRequestExist(guid string) (bool, error)
	GetClientRequestInformation(guid string) (uint8, []byte, error)
	UpdateClientRequestStatusBackup(guid string, status uint8, data []byte) error
	WaitUntilLeader(myOwnPublicInternetAddress string) error
	RegisterClientRequestAsComplete(guid string, outputGuid string) error
	Initialize() error
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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