| 68 | } |
| 69 | |
| 70 | type RealRequester struct { |
| 71 | connection cloudcontroller.Connection |
| 72 | router *internal.Router |
| 73 | userAgent string |
| 74 | wrappers []ConnectionWrapper |
| 75 | } |
| 76 | |
| 77 | func (requester *RealRequester) InitializeConnection(settings TargetSettings) { |
| 78 | requester.connection = cloudcontroller.NewConnection(cloudcontroller.Config{ |
nothing calls this directly
no outgoing calls
no test coverage detected