Timeout is an explicit operation timeout.
(timeout string)
| 96 | |
| 97 | // Timeout is an explicit operation timeout. |
| 98 | func (s *PutScriptService) Timeout(timeout string) *PutScriptService { |
| 99 | s.timeout = timeout |
| 100 | return s |
| 101 | } |
| 102 | |
| 103 | // MasterTimeout is the timeout for connecting to master. |
| 104 | func (s *PutScriptService) MasterTimeout(masterTimeout string) *PutScriptService { |
nothing calls this directly
no outgoing calls
no test coverage detected