Skip to content

Commit

Permalink
Update mock generation
Browse files Browse the repository at this point in the history
  • Loading branch information
emlautarom1 committed Jul 2, 2024
1 parent bba52e4 commit 4d04eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aggregator/gen.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package aggregator

//go:generate mockgen -destination=./mocks/rest_aggregator.go -package=mocks github.com/NethermindEth/near-sffl/aggregator RestAggregatorer
//go:generate mockgen -destination=./mocks/rpc_aggregator.go -package=mocks github.com/NethermindEth/near-sffl/aggregator RpcAggregatorer
//go:generate mockgen -destination=./mocks/message_blsagg.go -package=mocks github.com/NethermindEth/near-sffl/aggregator MessageBlsAggregationService
//go:generate mockgen -destination=./mocks/rollup_broadcaster.go -package=mocks github.com/NethermindEth/near-sffl/aggregator RollupBroadcasterer
//go:generate mockgen -destination=./mocks/eth_client.go -package=mocks github.com/Layr-Labs/eigensdk-go/chainio/clients/eth Client

0 comments on commit 4d04eca

Please sign in to comment.