model

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2023 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reader added in v0.0.3

type Reader[T any] interface {
	io.Closer
	Read() (item T, err error)
}

type Writer added in v0.0.3

type Writer[T any] interface {
	io.Closer
	WriteBatch(items []T) (ackCount uint32, err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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