package
1.6.2
Repository: https://github.com/cloudquery/filetypes.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
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.

# Constants

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 StringType 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.