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
@@ -17,5 +17,5 @@ func NewBlackChecker(zk discoveryRegistry.SvcDiscoveryRegistry) *BlackChecker {
// possibleBlackUserID是否被userID拉黑,也就是是否在userID的黑名单中
func (b *BlackChecker) IsBlocked(ctx context.Context, possibleBlackUserID, userID string) (bool, error) {
return false, nil
}