spi

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: May 28, 2023 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   //获取读取工作,一般不能为空
	Task() reader.Task //获取读取任务,一般不能为空
}

Reader 读取器

type Writer

type Writer interface {
	Job() writer.Job   //获取写入工作,一般不能为空
	Task() writer.Task //获取写入任务,一般不能为空
}

Writer 写入器

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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