Skip to content

Commit

Permalink
feat(crc32): add crc32 vrl function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ivor11 committed Nov 30, 2024
1 parent fd9166b commit d1639e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/cue/reference/remap/functions.cue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ remap: {
pure: bool | *true
}

#FunctionCategory: "Array" | "Codec" | "Coerce" | "Convert" | "Debug" | "Enrichment" | "Enumerate" | "Event" | "Path" | "Cryptography" | "IP" | "Number" | "Object" | "Parse" | "Random" | "String" | "System" | "Timestamp" | "Type"
#FunctionCategory: "Array" | "Codec" | "Coerce" | "Convert" | "Debug" | "Enrichment" | "Enumerate" | "Event" | "Path" | "Cryptography" | "IP" | "Number" | "Object" | "Parse" | "Random" | "String" | "System" | "Timestamp" | "Type" | "Checksum"

// A helper array for generating docs. At some point, we should generate this from the
// #FunctionCategory enum if CUE adds support for that.
Expand All @@ -52,6 +52,7 @@ remap: {
"System",
"Timestamp",
"Type",
"Checksum",
]

functions: [Name=string]: #Function & {
Expand Down

0 comments on commit d1639e6

Please sign in to comment.