speciterator

package
v0.0.0-...-4d495be Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Callback

type Callback func(path *Path, pos *Pos)

type Path

type Path struct {
	// contains filtered or unexported fields
}

func (*Path) Pop

func (p *Path) Pop()

func (*Path) Push

func (p *Path) Push(pa string)

func (*Path) String

func (p *Path) String() string

type Pos

type Pos struct {
	Line   int
	Column int
	Offset int
}

func (*Pos) String

func (p *Pos) String() string

type SpecIterator

type SpecIterator interface {
	Iterate(cb Callback) error
}

func NewSpecIterator

func NewSpecIterator(data []byte) SpecIterator

Jump to

Keyboard shortcuts

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