util

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2023 License: MIT Imports: 6 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 check command exits.

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 define a custom type for the template data.

Jump to

Keyboard shortcuts

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