components

package
v0.0.0-...-0778f37 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

defines interfaces that have to be satisfied by components

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Component

type Component interface {
	// Process performs the work associated with this worker
	Process() (*result.Result, error)
}

Component defines the operations that apply to replica components such as assemblers and parsers

Directories

Path Synopsis
contains the definition and work associated with assemblers
contains the definition and work associated with assemblers

Jump to

Keyboard shortcuts

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