util

package
v0.12.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetTemplateByBytes added in v0.1.0

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

GetTemplateByBytes returns the parsed template as a byte.

func GetTemplateByString added in v0.1.0

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 added in v0.1.0

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 added in v0.2.1

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