()
| 188 | } |
| 189 | |
| 190 | func (c *QQClient) Release() { |
| 191 | c.signProvider.Release() |
| 192 | if c.Online.Load() { |
| 193 | c.Disconnect() |
| 194 | } |
| 195 | c.alive = false |
| 196 | } |
| 197 | |
| 198 | func (c *QQClient) NickName() string { |
| 199 | return c.transport.Sig.Nickname |
nothing calls this directly
no test coverage detected