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 ¶
func Collection(c *fiber.Ctx) error
Collection returns details of a specific collection GET /collections/:collectionId/
func Collections ¶
func Collections(c *fiber.Ctx) error
Collections returns a list of collections managed by this STAC server GET /collections/
func Conformance ¶
func Conformance(c *fiber.Ctx) error
func CreateItems ¶
func CreateItems(c *fiber.Ctx) error
CreateItems creates a new collection in the database POST /collections/:collectionId/items
func DeleteCollection ¶
func DeleteCollection(c *fiber.Ctx) error
DeleteCollection creates a new collection in the database DELETE /collections
func DeleteItem ¶
func DeleteItem(c *fiber.Ctx) error
DeleteItem deletes an item from the database DELETE /collections/:collectionId/items/:itemId
func Item ¶
func Item(c *fiber.Ctx) error
Item returns details of a specific item GET /collections/:collectionId/items/:itemId
func Items ¶
func Items(c *fiber.Ctx) error
Items returns a list of items in a collection GET /collections/:collectionId/items
func ModifyCollection ¶
func ModifyCollection(c *fiber.Ctx) error
ModifyCollection creates a new collection in the database POST /collections PUT /collections
func PatchItem ¶
func PatchItem(c *fiber.Ctx) error
PatchItem updates an item with only the specific fields provided by request body PATCH /collections/:collectionId/items/:itemId
func Queryables ¶
func Queryables(c *fiber.Ctx) error
func Search ¶
func Search(c *fiber.Ctx) error
Item returns details of a specific item GET /search POST /search
func StacBrowserConfig ¶
func StacBrowserConfig(c *fiber.Ctx) error
func UpdateItem ¶
func UpdateItem(c *fiber.Ctx) error
UpdateItem updates an existing item with the provided JSON PUT /collections/:collectionId/items/:itemId
Types ¶
This section is empty.