coordinatorlog

package
v0.3.18 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const CName = "coordinator.coordinatorlog"

Variables

This section is empty.

Functions

This section is empty.

Types

type CoordinatorLog

type CoordinatorLog interface {
	app.Component
	SpaceReceipt(ctx context.Context, entry SpaceReceiptEntry) (err error)
}

func New

func New() CoordinatorLog

type SpaceReceiptEntry

type SpaceReceiptEntry struct {
	SignedSpaceReceipt []byte `bson:"receipt"`
	SpaceId            string `bson:"spaceId"`
	PeerId             string `bson:"peerId"`
	Identity           string `bson:"identity"`
	Timestamp          int64  `bson:"timestamp"`
}

Directories

Path Synopsis
Package mock_coordinatorlog is a generated GoMock package.
Package mock_coordinatorlog is a generated GoMock package.

Jump to

Keyboard shortcuts

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