alias

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Alias

type Alias struct {
	Typ string
}

type Array

type Array struct {
	Elem Type
}

type Builtin

type Builtin struct {
	Typ string
}

type Chan

type Chan struct {
	Elem Type
}

type Func

type Func struct {
	Params  []Type
	Results []Type
}

type Interface

type Interface struct {
	Methods map[string]*Func
}

type Map

type Map struct {
	Key  Type
	Elem Type
}

type Named

type Named struct {
	Underlying Type
	Methods    map[string]*Func
}

type Pointer

type Pointer struct {
	Elem Type
}

type Slice

type Slice struct {
	Elem Type
}

type Struct

type Struct struct {
	Fields []Type
}

type Type

type Type interface {
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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