MCPcopy
hub / github.com/koderover/zadig / Post

Function Post

pkg/cli/zadig-agent/util/client/client.go:49–51  ·  view source on GitHub ↗
(url string, rfs ...RequestFunc)

Source from the content-addressed store, hash-verified

47}
48
49func Post(url string, rfs ...RequestFunc) (*resty.Response, error) {
50 return New().Post(url, rfs...)
51}
52
53func Patch(url string, rfs ...RequestFunc) (*resty.Response, error) {
54 return New().Patch(url, rfs...)

Callers

nothing calls this directly

Calls 2

NewFunction · 0.70
PostMethod · 0.45

Tested by

no test coverage detected