Skip to content

Commit

Permalink
Add DescribeNetworkInterfacesPages to cloudmock
Browse files Browse the repository at this point in the history
  • Loading branch information
rifelpet committed Sep 7, 2023
1 parent 54c99b5 commit 5f82b22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloudmock/aws/mockec2/eni.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ func (m *MockEC2) DescribeNetworkInterfaces(input *ec2.DescribeNetworkInterfaces
output := &ec2.DescribeNetworkInterfacesOutput{}
return output, nil
}

func (m *MockEC2) DescribeNetworkInterfacesPages(*ec2.DescribeNetworkInterfacesInput, func(*ec2.DescribeNetworkInterfacesOutput, bool) bool) error {
return nil
}

0 comments on commit 5f82b22

Please sign in to comment.