Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶ added in v0.21.1
type Builder interface { // Build returns slice of template data and an error Build() ([]Data, error) }
Builder is template data builder
type Data ¶ added in v0.21.1
type Data struct { Template *template.Template TemplateExec string Path string Filename string Data any }
Data wraps template and data for generating proto.
Click to show internal directories.
Click to hide internal directories.