package
0.0.0-20210821133155-a699420e461b
Repository: https://github.com/gagliardetto/codebox.git
Documentation: pkg.go.dev

# Functions

GetTempGoModFilepath gets the go.mod file with which the package was loaded.
New creates a new Scanner that will look for types and structs only in the given packages.
No description provided by the author
NewBasic creates a new basic type given its name.
NewChan creates a new map type with the given key and value types.
New creates a new Scanner that will look for types and structs only in the given packages.
NewMap creates a new map type with the given key and value types.
NewNamed creates a new named type given its package path and name.
No description provided by the author
No description provided by the author
SplitPathVersion splits a path string (e.g.
No description provided by the author

# Constants

Use default Golang proxy (???).

# Variables

ErrNoGoPathSet is the error returned when the GOPATH variable is not set.

# Structs

Alias represents a type declaration from a type to another type.
BaseType contains the common fields for all the types.
Basic is a basic type, which only is identified by its name.
Chan is a map type with a key and a value type.
Docs holds the documentation of a struct, enum, value, field, etc.
Enum consists of a list of possible values.
EnumValue is a possible value of an enum.
Field contains name and type of a struct field.
Func is either a function or a method.
Interface is an interface.
MMap is a map type with a key and a value type.
Named is non-basic type identified by a name on some package.
Package holds information about a single Go package and a reference of all defined structs and type aliases.
Scanner scans packages looking for Go source files to parse and extract types and structs from.
Struct represents a Go struct with its name and fields.

# Interfaces

Documentable is something whose documentation can be set.
Type is the common interface for all possible types supported in protogo.

# Type aliases

No description provided by the author