drivers

package
v0.0.0-...-0df34db Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2016 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder func(logger *log.Logger, options []RtPointer, args ...string) (Driver, error)

construction function for creating a new driver

type Driver

type Driver interface {
	Flush(marker RtString, synchronous RtBoolean, flushmode RtToken)
	GetProgress() RtInt
	Handle(RtString, []RtPointer, []RtPointer, []RtPointer) *RtError
	Close() *RtError
	GetLastRIB() string
}

type ProtectedInteger

type ProtectedInteger struct {
	sync.RWMutex
	Value int
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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