Versions in this module Expand all Collapse all v0 v0.0.2 Jun 10, 2024 v0.0.1 Jun 10, 2024 Changes in this version + type MockInterface struct + func NewMockInterface(ctrl *gomock.Controller) *MockInterface + func (m *MockInterface) BatchSendDryRun(ctx context.Context, tokens []string) ([]string, error) + func (m *MockInterface) BroadCastToTopic(ctx context.Context, topic string, payload map[string]string) error + func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder + func (m *MockInterface) SubstribeToTpic(ctx context.Context, deviceToken, topic string) error + func (m *MockInterface) UnsubscribeFromTopic(ctx context.Context, deviceToken, topic string) error + type MockInterfaceMockRecorder struct + func (mr *MockInterfaceMockRecorder) BatchSendDryRun(ctx, tokens any) *gomock.Call + func (mr *MockInterfaceMockRecorder) BroadCastToTopic(ctx, topic, payload any) *gomock.Call + func (mr *MockInterfaceMockRecorder) SubstribeToTpic(ctx, deviceToken, topic any) *gomock.Call + func (mr *MockInterfaceMockRecorder) UnsubscribeFromTopic(ctx, deviceToken, topic any) *gomock.Call