telemetryfakes

package
v1.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeAnalyticsService

type FakeAnalyticsService struct {
	SendEventStub func(context.Context, *livekit.AnalyticsEvent)

	SendStatsStub func(context.Context, []*livekit.AnalyticsStat)
	// contains filtered or unexported fields
}

func (*FakeAnalyticsService) Invocations

func (fake *FakeAnalyticsService) Invocations() map[string][][]interface{}

func (*FakeAnalyticsService) SendEvent

func (fake *FakeAnalyticsService) SendEvent(arg1 context.Context, arg2 *livekit.AnalyticsEvent)

func (*FakeAnalyticsService) SendEventArgsForCall

func (fake *FakeAnalyticsService) SendEventArgsForCall(i int) (context.Context, *livekit.AnalyticsEvent)

func (*FakeAnalyticsService) SendEventCallCount

func (fake *FakeAnalyticsService) SendEventCallCount() int

func (*FakeAnalyticsService) SendEventCalls

func (fake *FakeAnalyticsService) SendEventCalls(stub func(context.Context, *livekit.AnalyticsEvent))

func (*FakeAnalyticsService) SendStats

func (fake *FakeAnalyticsService) SendStats(arg1 context.Context, arg2 []*livekit.AnalyticsStat)

func (*FakeAnalyticsService) SendStatsArgsForCall

func (fake *FakeAnalyticsService) SendStatsArgsForCall(i int) (context.Context, []*livekit.AnalyticsStat)

func (*FakeAnalyticsService) SendStatsCallCount

func (fake *FakeAnalyticsService) SendStatsCallCount() int

func (*FakeAnalyticsService) SendStatsCalls

func (fake *FakeAnalyticsService) SendStatsCalls(stub func(context.Context, []*livekit.AnalyticsStat))

type FakeTelemetryService added in v0.15.4

type FakeTelemetryService struct {
	EgressEndedStub func(context.Context, *livekit.EgressInfo)

	EgressStartedStub func(context.Context, *livekit.EgressInfo)

	ParticipantActiveStub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, *livekit.AnalyticsClientMeta)

	ParticipantJoinedStub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, *livekit.ClientInfo, *livekit.AnalyticsClientMeta)

	ParticipantLeftStub func(context.Context, *livekit.Room, *livekit.ParticipantInfo)

	RoomEndedStub func(context.Context, *livekit.Room)

	RoomStartedStub func(context.Context, *livekit.Room)

	TrackMaxSubscribedVideoQualityStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, string, livekit.VideoQuality)

	TrackPublishedStub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo)

	TrackPublishedUpdateStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo)

	TrackStatsStub func(livekit.StreamType, livekit.ParticipantID, livekit.TrackID, *livekit.AnalyticsStat)

	TrackSubscribedStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, *livekit.ParticipantInfo)

	TrackUnpublishedStub func(context.Context, livekit.ParticipantID, livekit.ParticipantIdentity, *livekit.TrackInfo, uint32)

	TrackUnsubscribedStub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo)
	// contains filtered or unexported fields
}

func (*FakeTelemetryService) EgressEnded added in v0.15.5

func (fake *FakeTelemetryService) EgressEnded(arg1 context.Context, arg2 *livekit.EgressInfo)

func (*FakeTelemetryService) EgressEndedArgsForCall added in v0.15.5

func (fake *FakeTelemetryService) EgressEndedArgsForCall(i int) (context.Context, *livekit.EgressInfo)

func (*FakeTelemetryService) EgressEndedCallCount added in v0.15.5

func (fake *FakeTelemetryService) EgressEndedCallCount() int

func (*FakeTelemetryService) EgressEndedCalls added in v0.15.5

func (fake *FakeTelemetryService) EgressEndedCalls(stub func(context.Context, *livekit.EgressInfo))

func (*FakeTelemetryService) EgressStarted added in v0.15.5

func (fake *FakeTelemetryService) EgressStarted(arg1 context.Context, arg2 *livekit.EgressInfo)

func (*FakeTelemetryService) EgressStartedArgsForCall added in v0.15.5

func (fake *FakeTelemetryService) EgressStartedArgsForCall(i int) (context.Context, *livekit.EgressInfo)

func (*FakeTelemetryService) EgressStartedCallCount added in v0.15.5

func (fake *FakeTelemetryService) EgressStartedCallCount() int

func (*FakeTelemetryService) EgressStartedCalls added in v0.15.5

func (fake *FakeTelemetryService) EgressStartedCalls(stub func(context.Context, *livekit.EgressInfo))

func (*FakeTelemetryService) Invocations added in v0.15.4

func (fake *FakeTelemetryService) Invocations() map[string][][]interface{}

func (*FakeTelemetryService) ParticipantActive added in v0.15.4

func (fake *FakeTelemetryService) ParticipantActive(arg1 context.Context, arg2 *livekit.Room, arg3 *livekit.ParticipantInfo, arg4 *livekit.AnalyticsClientMeta)

func (*FakeTelemetryService) ParticipantActiveArgsForCall added in v0.15.4

func (fake *FakeTelemetryService) ParticipantActiveArgsForCall(i int) (context.Context, *livekit.Room, *livekit.ParticipantInfo, *livekit.AnalyticsClientMeta)

func (*FakeTelemetryService) ParticipantActiveCallCount added in v0.15.4

func (fake *FakeTelemetryService) ParticipantActiveCallCount() int

func (*FakeTelemetryService) ParticipantActiveCalls added in v0.15.4

func (fake *FakeTelemetryService) ParticipantActiveCalls(stub func(context.Context, *livekit.Room, *livekit.ParticipantInfo, *livekit.AnalyticsClientMeta))

func (*FakeTelemetryService) ParticipantJoined added in v0.15.4

func (fake *FakeTelemetryService) ParticipantJoined(arg1 context.Context, arg2 *livekit.Room, arg3 *livekit.ParticipantInfo, arg4 *livekit.ClientInfo, arg5 *livekit.AnalyticsClientMeta)

func (*FakeTelemetryService) ParticipantJoinedArgsForCall added in v0.15.4

func (*FakeTelemetryService) ParticipantJoinedCallCount added in v0.15.4

func (fake *FakeTelemetryService) ParticipantJoinedCallCount() int

func (*FakeTelemetryService) ParticipantJoinedCalls added in v0.15.4

func (*FakeTelemetryService) ParticipantLeft added in v0.15.4

func (fake *FakeTelemetryService) ParticipantLeft(arg1 context.Context, arg2 *livekit.Room, arg3 *livekit.ParticipantInfo)

func (*FakeTelemetryService) ParticipantLeftArgsForCall added in v0.15.4

func (fake *FakeTelemetryService) ParticipantLeftArgsForCall(i int) (context.Context, *livekit.Room, *livekit.ParticipantInfo)

func (*FakeTelemetryService) ParticipantLeftCallCount added in v0.15.4

func (fake *FakeTelemetryService) ParticipantLeftCallCount() int

func (*FakeTelemetryService) ParticipantLeftCalls added in v0.15.4

func (fake *FakeTelemetryService) ParticipantLeftCalls(stub func(context.Context, *livekit.Room, *livekit.ParticipantInfo))

func (*FakeTelemetryService) RoomEnded added in v0.15.4

func (fake *FakeTelemetryService) RoomEnded(arg1 context.Context, arg2 *livekit.Room)

func (*FakeTelemetryService) RoomEndedArgsForCall added in v0.15.4

func (fake *FakeTelemetryService) RoomEndedArgsForCall(i int) (context.Context, *livekit.Room)

func (*FakeTelemetryService) RoomEndedCallCount added in v0.15.4

func (fake *FakeTelemetryService) RoomEndedCallCount() int

func (*FakeTelemetryService) RoomEndedCalls added in v0.15.4

func (fake *FakeTelemetryService) RoomEndedCalls(stub func(context.Context, *livekit.Room))

func (*FakeTelemetryService) RoomStarted added in v0.15.4

func (fake *FakeTelemetryService) RoomStarted(arg1 context.Context, arg2 *livekit.Room)

func (*FakeTelemetryService) RoomStartedArgsForCall added in v0.15.4

func (fake *FakeTelemetryService) RoomStartedArgsForCall(i int) (context.Context, *livekit.Room)

func (*FakeTelemetryService) RoomStartedCallCount added in v0.15.4

func (fake *FakeTelemetryService) RoomStartedCallCount() int

func (*FakeTelemetryService) RoomStartedCalls added in v0.15.4

func (fake *FakeTelemetryService) RoomStartedCalls(stub func(context.Context, *livekit.Room))

func (*FakeTelemetryService) TrackMaxSubscribedVideoQuality added in v0.15.5

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQuality(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo, arg4 string, arg5 livekit.VideoQuality)

func (*FakeTelemetryService) TrackMaxSubscribedVideoQualityArgsForCall added in v0.15.5

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQualityArgsForCall(i int) (context.Context, livekit.ParticipantID, *livekit.TrackInfo, string, livekit.VideoQuality)

func (*FakeTelemetryService) TrackMaxSubscribedVideoQualityCallCount added in v0.15.5

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQualityCallCount() int

func (*FakeTelemetryService) TrackMaxSubscribedVideoQualityCalls added in v0.15.5

func (fake *FakeTelemetryService) TrackMaxSubscribedVideoQualityCalls(stub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo, string, livekit.VideoQuality))

func (*FakeTelemetryService) TrackPublished added in v0.15.4

func (*FakeTelemetryService) TrackPublishedArgsForCall added in v0.15.4

func (*FakeTelemetryService) TrackPublishedCallCount added in v0.15.4

func (fake *FakeTelemetryService) TrackPublishedCallCount() int

func (*FakeTelemetryService) TrackPublishedCalls added in v0.15.4

func (*FakeTelemetryService) TrackPublishedUpdate added in v0.15.4

func (fake *FakeTelemetryService) TrackPublishedUpdate(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo)

func (*FakeTelemetryService) TrackPublishedUpdateArgsForCall added in v0.15.4

func (fake *FakeTelemetryService) TrackPublishedUpdateArgsForCall(i int) (context.Context, livekit.ParticipantID, *livekit.TrackInfo)

func (*FakeTelemetryService) TrackPublishedUpdateCallCount added in v0.15.4

func (fake *FakeTelemetryService) TrackPublishedUpdateCallCount() int

func (*FakeTelemetryService) TrackPublishedUpdateCalls added in v0.15.4

func (fake *FakeTelemetryService) TrackPublishedUpdateCalls(stub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo))

func (*FakeTelemetryService) TrackStats added in v0.15.4

func (*FakeTelemetryService) TrackStatsArgsForCall added in v0.15.4

func (*FakeTelemetryService) TrackStatsCallCount added in v0.15.4

func (fake *FakeTelemetryService) TrackStatsCallCount() int

func (*FakeTelemetryService) TrackStatsCalls added in v0.15.4

func (*FakeTelemetryService) TrackSubscribed added in v0.15.4

func (fake *FakeTelemetryService) TrackSubscribed(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo, arg4 *livekit.ParticipantInfo)

func (*FakeTelemetryService) TrackSubscribedArgsForCall added in v0.15.4

func (*FakeTelemetryService) TrackSubscribedCallCount added in v0.15.4

func (fake *FakeTelemetryService) TrackSubscribedCallCount() int

func (*FakeTelemetryService) TrackSubscribedCalls added in v0.15.4

func (*FakeTelemetryService) TrackUnpublished added in v0.15.4

func (fake *FakeTelemetryService) TrackUnpublished(arg1 context.Context, arg2 livekit.ParticipantID, arg3 livekit.ParticipantIdentity, arg4 *livekit.TrackInfo, arg5 uint32)

func (*FakeTelemetryService) TrackUnpublishedArgsForCall added in v0.15.4

func (*FakeTelemetryService) TrackUnpublishedCallCount added in v0.15.4

func (fake *FakeTelemetryService) TrackUnpublishedCallCount() int

func (*FakeTelemetryService) TrackUnpublishedCalls added in v0.15.4

func (*FakeTelemetryService) TrackUnsubscribed added in v0.15.4

func (fake *FakeTelemetryService) TrackUnsubscribed(arg1 context.Context, arg2 livekit.ParticipantID, arg3 *livekit.TrackInfo)

func (*FakeTelemetryService) TrackUnsubscribedArgsForCall added in v0.15.4

func (fake *FakeTelemetryService) TrackUnsubscribedArgsForCall(i int) (context.Context, livekit.ParticipantID, *livekit.TrackInfo)

func (*FakeTelemetryService) TrackUnsubscribedCallCount added in v0.15.4

func (fake *FakeTelemetryService) TrackUnsubscribedCallCount() int

func (*FakeTelemetryService) TrackUnsubscribedCalls added in v0.15.4

func (fake *FakeTelemetryService) TrackUnsubscribedCalls(stub func(context.Context, livekit.ParticipantID, *livekit.TrackInfo))

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL