model

package
v1.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AckReader added in v1.0.7

type AckReader[T any] interface {
	Reader[T]
	Ack(count uint32) (err error)
}

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