test

package
v1.4.4 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2023 License: Apache-2.0, MIT, Apache-2.0, + 1 more Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewFoo

func NewFoo() *foo

Types

type Baz

type Baz struct {
	Bam complex64

	Beta interface{}
	// contains filtered or unexported fields
}

func NewBaz

func NewBaz() *Baz

func (*Baz) Baz

func (b *Baz) Baz() (err error)

func (*Baz) String

func (b *Baz) String() string

type Bazer

type Bazer interface {
	Baz() (err error)
}

type ComplexNode added in v1.4.0

type ComplexNode struct {
	Left, Right *ComplexNode
	Child       *ComplexNodeChild
}

type ComplexNodeChild added in v1.4.0

type ComplexNodeChild struct {
	Parent   *ComplexNode
	Child    *ComplexNodeChild
	Siblings []*ComplexNode
}

Jump to

Keyboard shortcuts

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