features

package
v0.57.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 2, 2024 License: MIT Imports: 28 Imported by: 0

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 NewFeatures(e *engine.Engine) *Features

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.

type OpenAPIPropertyFilter

type OpenAPIPropertyFilter struct {
	Name          string
	Description   string
	DataType      string
	AllowedValues []string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL