fadd
This commit is contained in:
@@ -16,4 +16,5 @@ type QueryWhitelistRepository interface {
|
||||
FindAllEnabled(ctx context.Context) ([]*entities.QueryWhitelistEntry, error)
|
||||
List(ctx context.Context, filters map[string]interface{}, options interfaces.ListOptions) ([]*entities.QueryWhitelistEntry, int64, error)
|
||||
ExistsByUserIDCardHashAndName(ctx context.Context, userID, idCardHash, name string, excludeID string) (bool, error)
|
||||
FindByUserIDCardHashAndName(ctx context.Context, userID, idCardHash, name string) (*entities.QueryWhitelistEntry, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user