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

Function ApiPostJson

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

Source from the content-addressed store, hash-verified

174}
175
176func ApiPostJson(url string, args interface{}) error {
177 return apiRequestJson(MethodPost, url, args, nil)
178}
179
180func ApiResponseError(err error) (int, string) {
181 if err == nil {

Callers

nothing calls this directly

Calls 1

apiRequestJsonFunction · 0.85

Tested by

no test coverage detected