fabric

package
v0.0.0-...-e477568 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Agent

type Agent string

type FabricInstances

type FabricInstances map[Agent][]Instance

type FabricOptions

type FabricOptions struct {
	Agent        string
	LocalToData  bool
	DebounceTime time.Duration
}

func DefaultFabricOptions

func DefaultFabricOptions() FabricOptions

type FabricService

type FabricService interface {
	Instances() <-chan FabricInstances

	Start(context.Context) error
}

func NewFabricService

func NewFabricService(connection grpc.ClientConnInterface, options FabricOptions) FabricService

type Instance

type Instance string

Jump to

Keyboard shortcuts

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