You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/util/template/doc.go

9 lines
304 B

package template
/*
The template package provides some common functions and methods to enable
templating Boundary data into various places. This will not necessarily be a
one-stop-shop for all templating needs, but using this package and its Data
struct can help ensure consistency within templates.
*/