package
Version:
v1.0.6
Opens a new window with list of versions in this module.
Published: Apr 24, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Alias struct {
Typ string
}
type Array struct {
Elem Type
}
type Builtin struct {
Typ string
}
type Chan struct {
Elem Type
}
type Func struct {
Params []Type
Results []Type
}
type Interface struct {
Methods map[string]*Func
}
type Pointer struct {
Elem Type
}
type Slice struct {
Elem Type
}
type Struct struct {
Fields []Type
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.