package
4.67.0
Repository: https://github.com/cloudquery/plugin-sdk.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

# Variables

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.