fixture

package
v1.6.0 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2026 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	First = iota
	Second
)

Variables

View Source
var Global = map[string]Number{}

Functions

func Builtins

func Builtins() int

Types

type Alias

type Alias = string

type Embedded

type Embedded interface {
	Reader
	Close() error
}

type Number

type Number int

func Use

func Use(ch chan<- Number) (Number, error)

type Reader

type Reader interface {
	Read([]byte) (int, error)
}

type Record

type Record struct {
	Name   Alias
	Values []Number
	Next   *Record
}

func (*Record) Close

func (r *Record) Close() error

func (Record) Read

func (r Record) Read(p []byte) (int, error)

Jump to

Keyboard shortcuts

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