()
| 194 | } |
| 195 | |
| 196 | func (m *ClientToFrontend) GetClientID() string { |
| 197 | if m != nil { |
| 198 | return m.ClientID |
| 199 | } |
| 200 | return "" |
| 201 | } |
| 202 | |
| 203 | func (m *ClientToFrontend) GetHttpResponseBatch() []*httpgrpc.HTTPResponse { |
| 204 | if m != nil { |
no outgoing calls
no test coverage detected