hbooksvc

package
v0.28.4 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2020 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Mode

type Mode int

Mode describes the open-mode of a stream

const (
	Read  Mode = Mode(os.O_RDONLY)
	Write Mode = Mode(os.O_WRONLY)
)

type Stream

type Stream struct {
	Name string // input|output file name
	Mode Mode   // read|write
}

Stream defines an input or output hbook stream

Jump to

Keyboard shortcuts

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