package
0.0.0-20241230175814-effe06592bd6
Repository: https://github.com/therenotomorrow/apicache.git
Documentation: pkg.go.dev
# Functions
Post ---- @Summary "Insert key/value pair" @Tags cache @Param key path string true "Key" @Accept json @Param payload body Payload true "Payload" @Produce json @Success 201 {object} Response @Failure 422 {object} api.UnprocessableEntity @Failure 429 {object} api.TooManyRequests @Failure 500 {object} api.InternalServer @Router /api/v1/{key}/ [post].