Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIVersion ¶
type APIVersion int
const ( APIVersionUnknown APIVersion = 1 APIVersionV2 APIVersion = 2 APIVersionV3 APIVersion = 3 )
type GoTemplateTransform ¶
type GoTemplateTransform struct {
// contains filtered or unexported fields
}
func NewGoTemplateTransform ¶
func NewGoTemplateTransform(transformTemplate []byte) *GoTemplateTransform
func (*GoTemplateTransform) ExportTransform ¶
func (t *GoTemplateTransform) ExportTransform(outputWriter io.Writer) error
Click to show internal directories.
Click to hide internal directories.