Documentation
¶
Index ¶
- Variables
- func Catalog(c *fiber.Ctx) error
- func Collection(c *fiber.Ctx) error
- func Collections(c *fiber.Ctx) error
- func Conformance(c *fiber.Ctx) error
- func CreateItems(c *fiber.Ctx) error
- func DeleteCollection(c *fiber.Ctx) error
- func DeleteItem(c *fiber.Ctx) error
- func Healthz(c *fiber.Ctx) error
- func Item(c *fiber.Ctx) error
- func Items(c *fiber.Ctx) error
- func ModifyCollection(c *fiber.Ctx) error
- func PatchItem(c *fiber.Ctx) error
- func Queryables(c *fiber.Ctx) error
- func Search(c *fiber.Ctx) error
- func StacBrowserConfig(c *fiber.Ctx) error
- func UpdateItem(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
var CQL2JSON = "cql2-json"
var CQLJSON = "cql-json"
var CQLText = "cql2-text"
Functions ¶
func Collection ¶
Collection returns details of a specific collection GET /collections/:collectionId/
func Collections ¶
Collections returns a list of collections managed by this STAC server GET /collections/
func Conformance ¶
func CreateItems ¶
CreateItems creates a new collection in the database POST /collections/:collectionId/items
func DeleteCollection ¶
DeleteCollection creates a new collection in the database DELETE /collections
func DeleteItem ¶
DeleteItem deletes an item from the database DELETE /collections/:collectionId/items/:itemId
func ModifyCollection ¶
ModifyCollection creates a new collection in the database POST /collections PUT /collections
func PatchItem ¶
PatchItem updates an item with only the specific fields provided by request body PATCH /collections/:collectionId/items/:itemId
func Queryables ¶
func StacBrowserConfig ¶
func UpdateItem ¶
UpdateItem updates an existing item with the provided JSON PUT /collections/:collectionId/items/:itemId
Types ¶
This section is empty.