package
0.0.0-20231204091538-5bb4afb30440
Repository: https://github.com/qjpcpu/common.v2.git
Documentation: pkg.go.dev

# Functions

InterfaceFromInterfaceType returns a pointer to an interface for the given reflection interface type.

# Constants

Constants for channel directions.
Constants for channel directions.

# Variables

ErrorInterface represent built-in error interface.

# Structs

ArrayType is an array or slice type.
ChanType is a channel type.
FuncType is a function type.
Interface is a Go interface.
MapType is a map type.
Method is a single method of an interface.
NamedType is an exported type in a package.
Package is a Go package.
Parameter is an argument or return parameter of a method.
PointerType is a pointer to another type.

# Interfaces

Type is a Go type.

# Type aliases

ChanDir is a channel direction.
PredeclaredType is a predeclared type such as "int".