Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStore ¶
@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 ¶
@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.