Remove UUID

This commit is contained in:
binwiederhier
2025-07-19 15:44:49 +02:00
parent ae62e0d955
commit 57df16dd62
7 changed files with 4 additions and 50 deletions

View File

@@ -1248,7 +1248,6 @@ Below are the functions that are available to use inside your message/title temp
* [Path and Filepath Functions](publish/template-functions.md#path-and-filepath-functions): `base`, `dir`, `ext`, `clean`, `isAbs`, `osBase`, `osDir`, `osExt`, `osClean`, `osIsAbs`
* [Flow Control Functions](publish/template-functions.md#flow-control-functions): `fail`
* Advanced Functions
* [UUID Functions](publish/template-functions.md#uuid-functions): `uuidv4`
* [Reflection](publish/template-functions.md#reflection-functions): `typeOf`, `kindIs`, `typeIsLike`, etc.
* [Cryptographic and Security Functions](publish/template-functions.md#cryptographic-and-security-functions): `sha256sum`, etc.
* [URL](publish/template-functions.md#url-functions): `urlParse`, `urlJoin`

View File

@@ -18,7 +18,6 @@ The original set of template functions is based on the [Sprig library](https://m
- [Type Conversion Functions](#type-conversion-functions)
- [Path and Filepath Functions](#path-and-filepath-functions)
- [Flow Control Functions](#flow-control-functions)
- [UUID Functions](#uuid-functions)
- [Reflection Functions](#reflection-functions)
- [Cryptographic and Security Functions](#cryptographic-and-security-functions)
- [URL Functions](#url-functions)
@@ -1357,16 +1356,6 @@ template rendering should fail.
fail "Please accept the end user license agreement"
```
## UUID Functions
Sprig can generate UUID v4 universally unique IDs.
```
uuidv4
```
The above returns a new UUID of the v4 (randomly generated) type.
## Reflection Functions
Sprig provides rudimentary reflection tools. These help advanced template