chain

package
v0.23.1 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package chain defines a chain of components A -> B -> C with methods to propagate a value from the head of the chain to the tail of the chain.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type A

type A interface {
	Propagate(context.Context, int) error
}

type B

type B interface {
	Propagate(context.Context, int) error
}

type C

type C interface {
	Propagate(context.Context, int) error
}

Jump to

Keyboard shortcuts

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