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

Method FilterPath

script_put.go:65–68  ·  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

63
64// FilterPath specifies a list of filters used to reduce the response.
65func (s *PutScriptService) FilterPath(filterPath ...string) *PutScriptService {
66 s.filterPath = filterPath
67 return s
68}
69
70// Header adds a header to the request.
71func (s *PutScriptService) Header(name string, value string) *PutScriptService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected