spi

package
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader

type Reader interface {
	Job() reader.Job   // Get Reading Job - Typically should not be empty, fetches the job related to reading
	Task() reader.Task // Get Reading Task - Typically should not be empty, fetches the task related to reading
}

Reader - A component that reads data

type Writer

type Writer interface {
	Job() writer.Job   // Acquire the writing job, which generally cannot be null.
	Task() writer.Task // Acquire the writing task, which generally cannot be null.
}

Writer

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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