Documentation ¶
Index ¶
- func NewApplicationCache(fl *flag.FlagSet) (cache.Cache, error)
- func NewApplicationExtras(fl *flag.FlagSet) (*database.SQLiteDatabase, error)
- func NewApplicationIndex(fl *flag.FlagSet, appcache cache.Cache) (index.Index, error)
- func NewApplicationIndexer(fl *flag.FlagSet, appindex index.Index, appextras *database.SQLiteDatabase) (*wof_index.Indexer, error)
- func NewApplicationLogger(fl *flag.FlagSet) (*log.WOFLogger, error)
- func NewSpatialiteDB(fl *flag.FlagSet) (*database.SQLiteDatabase, error)
- type PIPApplication
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewApplicationExtras ¶
func NewApplicationExtras(fl *flag.FlagSet) (*database.SQLiteDatabase, error)
func NewApplicationIndex ¶
func NewApplicationIndexer ¶
func NewApplicationLogger ¶
func NewSpatialiteDB ¶
func NewSpatialiteDB(fl *flag.FlagSet) (*database.SQLiteDatabase, error)
Types ¶
type PIPApplication ¶
type PIPApplication struct { Index index.Index Cache cache.Cache Extras *database.SQLiteDatabase Indexer *wof_index.Indexer Logger *log.WOFLogger // contains filtered or unexported fields }
func NewPIPApplication ¶
func NewPIPApplication(fl *flag.FlagSet) (*PIPApplication, error)
func (*PIPApplication) Close ¶
func (p *PIPApplication) Close() error
func (*PIPApplication) IndexPaths ¶
func (p *PIPApplication) IndexPaths(paths []string) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.