package
2.0.0-20241022175342-bc98b600fb14
Repository: https://github.com/opshelminc/cloudquery.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
NewInetType is a convenience function to create an instance of InetType with the correct storage type.
No description provided by the author
NewJSONType is a convenience function to create an instance of JSONType with the correct storage type.
No description provided by the author
NewMACType is a convenience function to create an instance of MACType with the correct storage type.
No description provided by the author
NewUUIDType is a convenience function to create an instance of UUIDType with the correct storage type.
No description provided by the author
No description provided by the author
# Structs
InetArray is a simple array which is a FixedSizeBinary(16).
No description provided by the author
InetType is a simple extension type that represents a BinaryType to be used for representing IP Addresses and CIDRs.
JSONArray is a simple array which is a Binary.
No description provided by the author
JSONType is a simple extension type that represents a BinaryType to be used for representing JSONs.
MACArray is a simple array which is a wrapper around a BinaryArray.
No description provided by the author
MACType is a simple extension type that represents a BinaryType to be used for representing MAC addresses.
UUIDArray is a simple array which is a FixedSizeBinary(16).
No description provided by the author
UUIDType is a simple extension type that represents a FixedSizeBinary(16) to be used for representing UUIDs.