Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Data ¶
type Data struct {
// contains filtered or unexported fields
}
func NewData ¶
func NewData(origin service.Ref, metadataGetter metadataGetterFunc, resources []service.ResolvedResource, checksumVerification checksum.VerificationProfile) *Data
func (*Data) Resources ¶
func (d *Data) Resources() []service.ResolvedResource
type GoTemplateExporter ¶
type GoTemplateExporter struct {
// contains filtered or unexported fields
}
func (*GoTemplateExporter) ParseTemplate ¶
func (e *GoTemplateExporter) ParseTemplate(text string) error
type JSONExporter ¶
type JSONExporter struct{}
type JSONPathExporter ¶
type JSONPathExporter struct {
// contains filtered or unexported fields
}
func (*JSONPathExporter) ParseTemplate ¶
func (e *JSONPathExporter) ParseTemplate(text string) error
type PlainExporter ¶
type PlainExporter struct{}
type TemplatedExporter ¶
Click to show internal directories.
Click to hide internal directories.