MCPcopy Index your code
hub / github.com/CodisLabs/codis / ApiPutJson

Function ApiPutJson

pkg/utils/rpc/api.go:172–174  ·  view source on GitHub ↗
(url string, args, reply interface{})

Source from the content-addressed store, hash-verified

170}
171
172func ApiPutJson(url string, args, reply interface{}) error {
173 return apiRequestJson(MethodPut, url, args, reply)
174}
175
176func ApiPostJson(url string, args interface{}) error {
177 return apiRequestJson(MethodPost, url, args, nil)

Callers

nothing calls this directly

Calls 1

apiRequestJsonFunction · 0.85

Tested by

no test coverage detected