util

package
v0.14.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Float32Ptr added in v0.13.0

func Float32Ptr(v float32) *float32

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

func Int32Ptr(v int32) *int32

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