Documentation ¶
Index ¶
- Variables
- func CreateFileWithContent(content []byte, destinationFileName string, destinationPath string, ...) (string, error)
- func Format(str string, value builder.Interfacable, index *uint32, ...) string
- func ProcessExpression(expression string, result builder.Interfacable, index *uint32, ...) (builder.Interfacable, error)
- func SafeNewSliceGenerator(begin, end, step int) []int
- func SetLogger(lvl string)
- func String(str string) *string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMissingFileName = errors.New("missing file name")
)
Functions ¶
func CreateFileWithContent ¶ added in v1.0.1
func Format ¶
func Format(str string, value builder.Interfacable, index *uint32, input builder.Interfacable) string
func ProcessExpression ¶ added in v0.0.43
func ProcessExpression(expression string, result builder.Interfacable, index *uint32, input builder.Interfacable) (builder.Interfacable, error)
func SafeNewSliceGenerator ¶ added in v0.0.31
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.