Documentation
¶
Index ¶
- func NewElasticsearchIndex(host string, port int, idx string) (catalog.Index, error)
- func NewFSIndex(root string, repos ...string) (catalog.Index, error)
- func NewGitHubIndex(repos ...string) (catalog.Index, error)
- func NewPgSQLIndex(host string, port int, user string, password string, dbname string, ...) (catalog.Index, error)
- func NewS3Index(bucket string) (catalog.Index, error)
- func NewTile38Index(host string, port int, collection string, repos ...string) (catalog.Index, error)
- func NewWOFIndex() (catalog.Index, error)
- type ElasticsearchIndex
- type FSIndex
- type GitHubIndex
- type PgSQLIndex
- type S3Index
- type Tile38Index
- type Tile38Response
- type WOFIndex
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewElasticsearchIndex ¶
func NewFSIndex ¶
func NewGitHubIndex ¶
func NewPgSQLIndex ¶
func NewS3Index ¶
func NewTile38Index ¶
func NewWOFIndex ¶
func NewWOFIndex() (catalog.Index, error)
Types ¶
type ElasticsearchIndex ¶
type ElasticsearchIndex struct {
catalog.Index
// contains filtered or unexported fields
}
func (*ElasticsearchIndex) GetById ¶
func (e *ElasticsearchIndex) GetById(id int64) (catalog.Record, error)
type GitHubIndex ¶
type GitHubIndex struct {
catalog.Index
// contains filtered or unexported fields
}
func (*GitHubIndex) GetById ¶
func (e *GitHubIndex) GetById(id int64) (catalog.Record, error)
type PgSQLIndex ¶
type PgSQLIndex struct {
catalog.Index
// contains filtered or unexported fields
}
func (*PgSQLIndex) GetById ¶
func (e *PgSQLIndex) GetById(id int64) (catalog.Record, error)
type Tile38Index ¶
type Tile38Index struct {
catalog.Index
// contains filtered or unexported fields
}
func (*Tile38Index) GetById ¶
func (e *Tile38Index) GetById(id int64) (catalog.Record, error)
type Tile38Response ¶
type Tile38Response map[string]interface{}
Click to show internal directories.
Click to hide internal directories.