Remove UUID
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user