Rename Pool type to IPPool for clarity

This commit is contained in:
ionutboangiu
2025-06-03 14:32:40 +03:00
committed by Dan Christian Bogos
parent df10601b18
commit 33735613e7
3 changed files with 16 additions and 16 deletions

View File

@@ -1002,7 +1002,7 @@ func testLoadersGetIPProfiles(t *testing.T) {
},
TTL: time.Second,
Stored: true,
Pools: []*utils.Pool{
Pools: []*utils.IPPool{
{
ID: "POOL1",
FilterIDs: []string{"*string:~*req.Destination:2001"},
@@ -1060,7 +1060,7 @@ func testLoadersGetIPProfiles(t *testing.T) {
},
TTL: 2 * time.Second,
Stored: false,
Pools: []*utils.Pool{
Pools: []*utils.IPPool{
{
ID: "POOL1",
FilterIDs: []string{"*string:~*req.Destination:3001"},