Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrEmptyExportContent = errors.New("fixture.exporter: empty export content")
)
Functions ¶
This section is empty.
Types ¶
type ExportContent ¶
type JsonExporter ¶
type JsonExporter struct{}
func NewJsonExporter ¶
func NewJsonExporter() *JsonExporter
type SQLExporter ¶
type SQLExporter struct{}
func NewSQLExporter ¶
func NewSQLExporter() *SQLExporter
type SortedMap ¶
type SortedMap struct {
*orderedmap.OrderedMap
}
func NewSortedMap ¶
func NewSortedMap() *SortedMap
func (*SortedMap) MarshalYAML ¶
type YamlExporter ¶
type YamlExporter struct{}
func NewYamlExporter ¶
func NewYamlExporter() *YamlExporter
Click to show internal directories.
Click to hide internal directories.