Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExportSourceData ¶
type ExportSourceData interface {
IsExportSourceData()
}
ExportSourceData is an interface implemented by all types which can be used as an input to an exporter
type Exporter ¶
type Exporter interface {
Export(input ExportSourceData, destPath string) error
FileExtension() string
Name() string
}
type Resolver ¶
type Resolver struct {
// contains filtered or unexported fields
}
func NewResolver ¶
func NewResolver() *Resolver
type SnapshotExporter ¶
type SnapshotExporter struct {
}
func (*SnapshotExporter) Export ¶
func (e *SnapshotExporter) Export(input ExportSourceData, filePath string) error
func (*SnapshotExporter) FileExtension ¶
func (e *SnapshotExporter) FileExtension() string
func (SnapshotExporter) Name ¶
func (e SnapshotExporter) Name() string
Click to show internal directories.
Click to hide internal directories.