This commit is contained in:
withchao
2023-02-20 10:10:02 +08:00
parent f0a0e0ade6
commit da9f4bb78e
6 changed files with 14 additions and 69 deletions
+1 -1
View File
@@ -31,5 +31,5 @@ func (c *ConversationChecker) getConn() (*grpc.ClientConn, error) {
}
func (c *ConversationChecker) GetSingleConversationRecvMsgOpt(ctx context.Context, userID, conversationID string) (int32, error) {
panic("implement me")
}