package
0.0.0-20240720002214-37b2b8227b91
Repository: https://github.com/progrium/go-netstack.git
Documentation: pkg.go.dev
# Structs
Array is an array value.
Interface is an interface value.
Map is a map value.
Nil is a primitive zero value of any type.
Ref is a reference to an object.
Slice is a slice value.
Struct is a basic composite value.
Type is type information.
TypeSpecArray is an array type.
TypeSpecMap is a map type.
TypeSpecNil is an empty type.
TypeSpecPointer is a pointer type.
TypeSpecSlice is a slice type.
# Type aliases
Bool is a boolean.
Complex128 is a 128-bit complex number.
Complex64 is a 64-bit complex number.
FieldName is a reference resolution.
Float32 is a 32-bit floating point number.
Float64 is a 64-bit floating point number.
Index is a reference resolution.
Int is a signed integer.
String is a string.
TypeID is a concrete type ID.
Uint is an unsigned integer.