(sockjs.Session)
| 32 | } |
| 33 | |
| 34 | func nopSetSession(sockjs.Session) {} |
| 35 | |
| 36 | // Client is the client for communicating with another Kite. |
| 37 | // It has Tell() and Go() methods for calling methods sync/async way. |
nothing calls this directly
no outgoing calls
no test coverage detected