# Packages
go:generate mockgen -package consumer_test -destination=./mock_consumer_test.go -source $GOFILE.
go:generate mockgen -package graphapi_test -destination=./mock_graphapi_test.go -source $GOFILE.
go:generate mockgen -package provider_test -destination=./mock_provider_test.go -source $GOFILE.
No description provided by the author