| 15 | package common_user |
| 16 | |
| 17 | type CommonUser interface { |
| 18 | GetNickname() string |
| 19 | GetFaceURL() string |
| 20 | GetUserID() string |
| 21 | GetEx() string |
| 22 | } |
| 23 | |
| 24 | type CommonGroup interface { |
| 25 | GetNickname() string |
no outgoing calls
no test coverage detected