()
| 302 | } |
| 303 | |
| 304 | func (c *ClientImpl) SendAsyncInitiation() error { |
| 305 | return c.SendSSEvent(ssEvent{Event: "asyncinitiation", Data: nil}) |
| 306 | } |
| 307 | |
| 308 | func (c *ClientImpl) SendTermWrite(refId string, data string) error { |
| 309 | payload := rpctypes.TermWritePacket{ |
no test coverage detected