refactor: 重命名 backend-single 目录为 server
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.emotion.service;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface ScriptContextService {
|
||||
|
||||
String buildSocialInsightContext(String userId, Boolean useSocialInsights);
|
||||
|
||||
List<String> getConfirmedInsightLabels(String userId);
|
||||
}
|
||||
Reference in New Issue
Block a user