Timeout is an explicit operation timeout.
(timeout string)
| 87 | |
| 88 | // Timeout is an explicit operation timeout. |
| 89 | func (s *DeleteScriptService) Timeout(timeout string) *DeleteScriptService { |
| 90 | s.timeout = timeout |
| 91 | return s |
| 92 | } |
| 93 | |
| 94 | // MasterTimeout is the timeout for connecting to master. |
| 95 | func (s *DeleteScriptService) MasterTimeout(masterTimeout string) *DeleteScriptService { |
nothing calls this directly
no outgoing calls
no test coverage detected