SetId sets our identity.
(name string, version string)
| 39 | type Emulator interface { |
| 40 | // SetId sets our identity. |
| 41 | SetId(name string, version string) |
| 42 | |
| 43 | // SendRaw sends raw data to the consumer. This bypasses the normal encoding, |
| 44 | // so it should be used with caution. |
no outgoing calls
no test coverage detected