MCPcopy Create free account
hub / github.com/olivere/elastic / FilterPath

Method FilterPath

script_get.go:61–64  ·  view source on GitHub ↗

FilterPath specifies a list of filters used to reduce the response.

(filterPath ...string)

Source from the content-addressed store, hash-verified

59
60// FilterPath specifies a list of filters used to reduce the response.
61func (s *GetScriptService) FilterPath(filterPath ...string) *GetScriptService {
62 s.filterPath = filterPath
63 return s
64}
65
66// Header adds a header to the request.
67func (s *GetScriptService) Header(name string, value string) *GetScriptService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected