1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-11-28 11:22:10 +01:00

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

@ -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