store

package
v0.0.4 Latest Latest
Warning

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

Go to latest
Published: Jan 26, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Stream

type Stream interface {
	// underlying reader
	io.ReadCloser
	// total size of the stream
	Size() int64
	// current read position
	Pos() int64
	// name of the stream, usually the filename?
	Name() string
	// number of lines in the stream
	LineCount() int64
}

Stream is an interface for a gcode stream

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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