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

Method Timeout

script_delete.go:89–92  ·  view source on GitHub ↗

Timeout is an explicit operation timeout.

(timeout string)

Source from the content-addressed store, hash-verified

87
88// Timeout is an explicit operation timeout.
89func (s *DeleteScriptService) Timeout(timeout string) *DeleteScriptService {
90 s.timeout = timeout
91 return s
92}
93
94// MasterTimeout is the timeout for connecting to master.
95func (s *DeleteScriptService) MasterTimeout(masterTimeout string) *DeleteScriptService {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected