MCPcopy
hub / github.com/elastic/go-elasticsearch / Request

Interface Request

esapi/esapi.request.go:35–37  ·  esapi/esapi.request.go::Request

Request defines the API request.

Source from the content-addressed store, hash-verified

33
34// Request defines the API request.
35type Request interface {
36 Do(ctx context.Context, transport Transport) (*Response, error)
37}
38
39// newRequest creates an HTTP request.
40func newRequest(method, path string, body io.Reader) (*http.Request, error) {

Callers 9

TestNewTyped_MetaHeaderFunction · 0.65
TestMetaHeaderFunction · 0.65
TestNewTypedClientFunction · 0.65
TestInstrumentationFunction · 0.65
TestInterceptsFunction · 0.65
BenchmarkAllocsSearchFunction · 0.65

Implementers 15

Mounttypedapi/searchablesnapshots/mount/mou
ClearCachetypedapi/searchablesnapshots/clearcach
CacheStatstypedapi/searchablesnapshots/cachestat
Statstypedapi/searchablesnapshots/stats/sta
BulkUpdateApiKeystypedapi/security/bulkupdateapikeys/bu
GetPrivilegestypedapi/security/getprivileges/get_pr
GetBuiltinPrivilegestypedapi/security/getbuiltinprivileges
SamlInvalidatetypedapi/security/samlinvalidate/saml_
OidcAuthenticatetypedapi/security/oidcauthenticate/oid
CreateApiKeytypedapi/security/createapikey/create_
EnableUserProfiletypedapi/security/enableuserprofile/en
GetTokentypedapi/security/gettoken/get_token.g

Calls

no outgoing calls

Tested by

no test coverage detected