aggregate

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2024 License: Apache-2.0 Imports: 4 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NodeMetadata added in v0.6.4

type NodeMetadata map[peer.ID]any

func (NodeMetadata) MarshalJSON added in v0.6.4

func (m NodeMetadata) MarshalJSON() ([]byte, error)

type Result

type Result struct {
	Result execute.RuntimeOutput `json:"result,omitempty"`
	// Peers that got this result.
	Peers []peer.ID `json:"peers,omitempty"`
	// Peers metadata
	Metadata NodeMetadata `json:"metadata,omitempty"`
	// How frequent was this result, in percentages.
	Frequency float64 `json:"frequency,omitempty"`
}

Result represents the execution result along with its aggregation stats.

type Results

type Results []Result

func Aggregate

func Aggregate(results execute.ResultMap) Results

Jump to

Keyboard shortcuts

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