Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfigTableNames ¶ added in v0.1.0
func ConfigTableNames() []string
func DumpAllEntities ¶ added in v0.1.0
func DumpAllEntities(options DumperOptions)
func ProductsTableNames ¶
func ProductsTableNames() []string
func SoftwareChannelTableNames ¶
func SoftwareChannelTableNames() []string
SoftwareChannelTableNames is the list of names of tables relevant for exporting software channels
Types ¶
type DumperOptions ¶ added in v0.1.0
type DumperOptions struct {
ServerConfig string
ChannelLabels []string
ConfigLabels []string
ChannelWithChildrenLabels []string
OutputFolder string
MetadataOnly bool
StartingDate string
// contains filtered or unexported fields
}
func (*DumperOptions) GetOutputFolderAbsPath ¶ added in v0.1.0
func (opt *DumperOptions) GetOutputFolderAbsPath() string
Click to show internal directories.
Click to hide internal directories.