package
0.0.0-20241230175814-effe06592bd6
Repository: https://github.com/therenotomorrow/apicache.git
Documentation: pkg.go.dev

# Functions

Get ---- @Summary "Retrieve key/value pair" @Tags cache @Param key path string true "Key" @Produce json @Success 200 {object} Response @Failure 400 {object} api.BadRequest @Failure 404 {object} api.NotFound @Failure 422 {object} api.UnprocessableEntity @Failure 429 {object} api.TooManyRequests @Failure 500 {object} api.InternalServer @Router /api/v1/{key}/ [get].

# Structs

No description provided by the author