🌱
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
Edit on GitHub
  1. Groups

Hermetic

The Hermetic registry group includes all the registries available in Sprout, excluding registries that depend on external services or are influenced by the environment where the application is running

PreviousAllNextHow to create a handler

Last updated 6 months ago

You can easily import group from the hermetic group by including the following import statement in your code

import "github.com/go-sprout/sprout/group/hermetic"

List of registries

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

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

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

  • : Functions for interacting with the file system.

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

  • : Utilities for numerical operations and calculations.

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

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

  • : Functions to handle semantic versioning and comparison.

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

  • : Standard functions for common operations.

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

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

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

checksum
conversion
encoding
filesystem
maps
numeric
reflect
regexp
semver
slices
std
strings
time
uniqueid