types

package
v0.0.0-...-7ae29b8 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2023 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class string

type EndOfRange

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

func (*EndOfRange) Error

func (e *EndOfRange) Error() string

type Folders

type Folders map[interface{}]interface{}

type Options

type Options map[interface{}]interface{}

type Range

type Range interface {
	Current() int32
	Final() int32
	Full() []int32
	Initial() int32
	Next() (int32, error)
}

func NewRange

func NewRange(start, end int32) (Range, error)

type RawRubyValue

type RawRubyValue struct {
	Source Class // Ruby source class
	Data   map[string]interface{}
}

type Symbol

type Symbol string

Jump to

Keyboard shortcuts

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