store

package
v0.0.0-...-1fa52ee Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: Apache-2.0, BSD-2-Clause, ISC, + 1 more Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetStore

func GetStore(c *gin.Context)

@Summary Get the value by given key @Description Get the value by given key @Tags framework/projects @Param storeKey path string true "storeKey" @Success 200 {object} json.RawMessage @Failure 400 {string} errcode.Error "Bad Request" @Failure 500 {string} errcode.Error "Internal Error" @Router /store/{storeKey} [get]

func PutStore

func PutStore(c *gin.Context)

@Summary Put the value by given key @Description Put the value by given key @Tags framework/projects @Accept application/json @Param storeKey path string true "storeKey" @Param project body json.RawMessage false "json" @Success 200 {object} json.RawMessage @Failure 400 {string} errcode.Error "Bad Request" @Failure 500 {string} errcode.Error "Internal Error" @Router /store/{storeKey} [PUT]

Types

This section is empty.

Jump to

Keyboard shortcuts

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