util

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: May 7, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTemplateByBytes

func GetTemplateByBytes(name string, data map[string]interface{}) ([]byte, error)

GetTemplateByBytes returns the parsed template as a byte.

func GetTemplateByString

func GetTemplateByString(name string, data map[string]interface{}) (string, error)

GetTemplateByString returns the parsed template as a string.

func IsCommandAvailable

func IsCommandAvailable(cmd string) bool

IsCommandAvailable checks whether a command is available in the PATH.

func LoadTemplates

func LoadTemplates(files embed.FS) error

LoadTemplates loads all the templates found in the templates directory.

func NewTemplateByString

func NewTemplateByString(format string, data map[string]interface{}) (string, error)

Types

type Data

type Data map[string]interface{}

Data defines a custom type for the template data.

func ConvertToMap

func ConvertToMap(args []string) Data

ConvertToMap converts a slice of strings to a map.

Jump to

Keyboard shortcuts

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