Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DatasourceConfig ¶
type DatasourceConfig struct {
// contains filtered or unexported fields
}
type DatasourceKey ¶
type DatasourceKey struct {
// contains filtered or unexported fields
}
type Features ¶
type Features struct {
// contains filtered or unexported fields
}
func NewFeatures ¶
func (*Features) Feature ¶
func (f *Features) Feature() http.HandlerFunc
Feature serves a single Feature
func (*Features) Features ¶
func (f *Features) Features() http.HandlerFunc
Features serve a FeatureCollection with the given collectionId
Beware: this is one of the most performance sensitive pieces of code in the system. Try to do as much initialization work outside the hot path, and only do essential operations inside this method.
Click to show internal directories.
Click to hide internal directories.