()
| 153 | } |
| 154 | |
| 155 | func NewInvokeProxyResponse() *InvokeProxyResponse { |
| 156 | hMap := make(map[string]string, 0) |
| 157 | return &InvokeProxyResponse{ |
| 158 | Headers: hMap, |
| 159 | } |
| 160 | } |
| 161 | |
| 162 | func NewInvokeProxyResponseWithRequestID(requestID string) *InvokeProxyResponse { |
| 163 | hMap := make(map[string]string, 0) |
no outgoing calls