🌱
Sprout
Github
  • About
  • Roadmap to Sprout v1.0
  • Migration from Sprig
  • Introduction
    • Getting Started
    • Templating Conventions
  • Features
    • Loader System (Registry)
    • Loader System (Registry Group)
    • Function Aliases
    • Function Notices
    • Safe Functions
  • Registries
    • List of all registries
    • Backward
    • Checksum
    • Conversion
    • Crypto
    • Encoding
    • Env
    • Filesystem
    • Maps
    • Numeric
    • Network
    • Random
    • Reflect
    • Regexp
    • SemVer
    • Slices
    • Std
    • Strings
    • Time
    • Uniqueid
  • Groups
    • List of all registry groups
    • All
    • Hermetic
  • Advanced
    • How to create a handler
    • How to create a registry
    • How to create a registry group
  • Links
    • GitHub repository
Powered by GitBook
On this page
  • List of embed registries
  • Community registry
Edit on GitHub
  1. Registries

List of all registries

Every function is categorized into a registry and may include a 'must' version. This 'must' version utilizes the native error handling of Go templates to manage errors that occur within your method.

List of embed registries

  • backward: Functions to maintain backward compatibility with sprig.

  • checksum: Tools to generate and verify checksums for data integrity.

  • conversion: Functions to convert between different data types within templates.

  • crypto: Cryptographic utilities for encryption, hashing, and security.

  • encoding: Methods for encoding and decoding data in various formats.

  • env: Access and manipulate environment variables within templates.

  • filesystem: Functions for interacting with the file system.

  • maps: Tools to manipulate and interact with map data structures.

  • network: Functions to interact with network resources.

  • numeric: Utilities for numerical operations and calculations.

  • random: Functions to generate random numbers, strings, and other data.

  • reflect: Tools to inspect and manipulate data types using reflection.

  • regexp: Regular expression functions for pattern matching and string manipulation.

  • semver: Functions to handle semantic versioning and comparison.

  • slices: Utilities for slice operations, including filtering, sorting, and transforming.

  • std: Standard functions for common operations.

  • strings: Functions for string manipulation, including formatting, splitting, and joining.

  • time: Tools to handle dates, times, and time-related calculations.

  • uniqueid: Functions to generate unique identifiers, such as UUIDs.

Community registry

PreviousSafe FunctionsNextBackward

Last updated 7 months ago

You can open an issue to ask to be listed here. We are a community

And maybe your registry will be embedded on sprout directly, who know

🌱
👀