Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultFlagSet ¶
func RunWithOptions ¶ added in v0.2.0
func RunWithOptions(ctx context.Context, opts *RunOptions) error
Types ¶
type RunOptions ¶ added in v0.2.0
type RunOptions struct {
MaxProcesses int
Verbose bool
SpatialTables bool
SpelunkerTables bool
AllTables bool
RTreeTable bool
GeoJSONTable bool
PropertiesTable bool
SPRTable bool
SpelunkerTable bool
ConcordancesTable bool
AncestorsTable bool
SearchTable bool
NamesTable bool
SupersedesTable bool
IndexAlt []string
StrictAltFiles bool
DatabaseURI string
IteratorURI string
IteratorSources []string
Optimize bool
IndexRelations bool
RelationsURI string
}
func RunOptionsFromFlagSet ¶ added in v0.2.0
func RunOptionsFromFlagSet(fs *flag.FlagSet) (*RunOptions, error)
func RunOptionsFromParsedFlags ¶ added in v0.2.0
func RunOptionsFromParsedFlags(args ...string) (*RunOptions, error)
Click to show internal directories.
Click to hide internal directories.