package
0.0.0-20221218120333-a376c7093645
Repository: https://github.com/satornetwork/sator-api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewMockAppInterface creates a new mock instance.
NewMockMessagingClientInterface creates a new mock instance.

# Structs

MockAppInterface is a mock of AppInterface interface.
MockAppInterfaceMockRecorder is the mock recorder for MockAppInterface.
MockMessagingClientInterface is a mock of MessagingClientInterface interface.
MockMessagingClientInterfaceMockRecorder is the mock recorder for MockMessagingClientInterface.

# Interfaces

go:generate mockgen -destination=mock_client.go -package=google_firebase github.com/SatorNetwork/sator-api/lib/google_firebase AppInterface.
go:generate mockgen -destination=mock_messaging_client.go -package=google_firebase github.com/SatorNetwork/sator-api/lib/google_firebase MessagingClientInterface.