package
0.2.37
Repository: https://github.com/kittycad/kittycad.go.git
Documentation: pkg.go.dev

# Functions

ParseUUID parses a UUID from a string.
TimeNow returns the current time.

# Structs

Arg is an argument to a path function.
Base64 is a wrapper around url.Base64 which marshals to and from empty strings.
Data holds information for templates.
Enum holds the information for an enum.
EnumValue holds the information for an enum value.
IP is a wrapper around ip.IP which marshals to and from empty strings.
Object holds the information for an object.
ObjectValue holds the information for an object value.
Path holds what we need for generating our functions.
RequestBody is a request body for a path function.
Response is a response for a path function.
Tag holds information about tags.
Time is a wrapper around time.Time which marshals to and from empty strings.
URL is a wrapper around url.URL which marshals to and from empty strings.
UUID is a wrapper around uuid.UUID which marshals to and from empty strings.