ID returns the session ID, or the empty string if there is none.
()
| 73 | type Session interface { |
| 74 | // ID returns the session ID, or the empty string if there is none. |
| 75 | ID() string |
| 76 | |
| 77 | sendingMethodInfos() map[string]methodInfo |
| 78 | receivingMethodInfos() map[string]methodInfo |
no outgoing calls