MCPcopy
hub / github.com/cubefs/cubefs / newAPIRequest

Function newAPIRequest

cli/api/metaapi.go:101–108  ·  view source on GitHub ↗
(method string, path string)

Source from the content-addressed store, hash-verified

99}
100
101func newAPIRequest(method string, path string) *request {
102 return &request{
103 method: method,
104 path: path,
105 params: make(map[string]string),
106 header: make(map[string]string),
107 }
108}
109
110type RespBody struct{}
111

Callers 2

GetMetaPartitionMethod · 0.70
GetAllDentryMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected