This commit is contained in:
withchao 2024-06-17 15:37:13 +08:00
parent c161330208
commit bd4fb8a1a0

View File

@ -51,11 +51,6 @@ type friendServer struct {
webhookClient *webhook.Client
}
func (s *friendServer) GetFullFriendUserIDs(ctx context.Context, req *relation.GetFullFriendUserIDsReq) (*relation.GetFullFriendUserIDsResp, error) {
//TODO implement me
panic("implement me")
}
type Config struct {
RpcConfig config.Friend
RedisConfig config.Redis