bspgraph

package
v0.0.0-...-0a5fad8 Latest Latest
Warning

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

Go to latest
Published: Nov 24, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Aggregator

type Aggregator interface {
	Type() string
	Set(val interface{})
	Get() interface{}
	Aggregate(val interface{})
	Delta() interface{}
}

type Relayer

type Relayer interface {
	Relay(dst string, msg message.Message) error
}

type RelayerFunc

type RelayerFunc func(string, message.Message) error

func (RelayerFunc) Relay

func (f RelayerFunc) Relay(dst string, msg message.Message) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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