funcs

package
v0.0.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2021 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Package funcs contains template functions which can be accessed from either Pimp scripts or Pimp template files.

You can use this outside of the context of Pimp, to do so just pass the return value of this package's FuncMap function, or from any underlying package, to https://golang.org/pkg/text/template/#Template.Funcs.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FuncMap

func FuncMap() template.FuncMap

FuncMap returns a merged map with all the functions supported by Pimp. Refer to the individual packages to read more about all the available functions.

Types

This section is empty.

Directories

Path Synopsis
Package git contains Git helper functions (https://git-scm.com/)
Package git contains Git helper functions (https://git-scm.com/)
Package http wraps part of the Go "net/http" package (https://golang.org/pkg/net/http/)
Package http wraps part of the Go "net/http" package (https://golang.org/pkg/net/http/)
Package kubernetes contains Kubernetes helper functions (https://kubernetes.io/)
Package kubernetes contains Kubernetes helper functions (https://kubernetes.io/)
Package prelude contains the most commonly used utility functions
Package prelude contains the most commonly used utility functions
Package semver contains Semantic Versioning helper functions (https://semver.org/)
Package semver contains Semantic Versioning helper functions (https://semver.org/)
Package url wraps part of the Go "url" package (https://golang.org/pkg/url/)
Package url wraps part of the Go "url" package (https://golang.org/pkg/url/)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL