Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeTypedParticipantClient
- func (fake *FakeTypedParticipantClient) Invocations() map[string][][]interface{}
- func (fake *FakeTypedParticipantClient) MutePublishedTrack(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.MuteRoomTrackResponse, error)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, ...)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackCallCount() int
- func (fake *FakeTypedParticipantClient) MutePublishedTrackCalls(...)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackReturns(result1 *livekit.MuteRoomTrackResponse, result2 error)
- func (fake *FakeTypedParticipantClient) MutePublishedTrackReturnsOnCall(i int, result1 *livekit.MuteRoomTrackResponse, result2 error)
- func (fake *FakeTypedParticipantClient) RemoveParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.RemoveParticipantResponse, error)
- func (fake *FakeTypedParticipantClient) RemoveParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, ...)
- func (fake *FakeTypedParticipantClient) RemoveParticipantCallCount() int
- func (fake *FakeTypedParticipantClient) RemoveParticipantCalls(...)
- func (fake *FakeTypedParticipantClient) RemoveParticipantReturns(result1 *livekit.RemoveParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) RemoveParticipantReturnsOnCall(i int, result1 *livekit.RemoveParticipantResponse, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.ParticipantInfo, error)
- func (fake *FakeTypedParticipantClient) UpdateParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, ...)
- func (fake *FakeTypedParticipantClient) UpdateParticipantCallCount() int
- func (fake *FakeTypedParticipantClient) UpdateParticipantCalls(...)
- func (fake *FakeTypedParticipantClient) UpdateParticipantReturns(result1 *livekit.ParticipantInfo, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateParticipantReturnsOnCall(i int, result1 *livekit.ParticipantInfo, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptions(arg1 context.Context, arg2 rpc.ParticipantTopic, ...) (*livekit.UpdateSubscriptionsResponse, error)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, ...)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCallCount() int
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCalls(...)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturns(result1 *livekit.UpdateSubscriptionsResponse, result2 error)
- func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturnsOnCall(i int, result1 *livekit.UpdateSubscriptionsResponse, result2 error)
- type FakeTypedRoomClient
- func (fake *FakeTypedRoomClient) DeleteRoom(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.DeleteRoomRequest, ...) (*livekit.DeleteRoomResponse, error)
- func (fake *FakeTypedRoomClient) DeleteRoomArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, ...)
- func (fake *FakeTypedRoomClient) DeleteRoomCallCount() int
- func (fake *FakeTypedRoomClient) DeleteRoomCalls(...)
- func (fake *FakeTypedRoomClient) DeleteRoomReturns(result1 *livekit.DeleteRoomResponse, result2 error)
- func (fake *FakeTypedRoomClient) DeleteRoomReturnsOnCall(i int, result1 *livekit.DeleteRoomResponse, result2 error)
- func (fake *FakeTypedRoomClient) Invocations() map[string][][]interface{}
- func (fake *FakeTypedRoomClient) SendData(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.SendDataRequest, ...) (*livekit.SendDataResponse, error)
- func (fake *FakeTypedRoomClient) SendDataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.SendDataRequest, ...)
- func (fake *FakeTypedRoomClient) SendDataCallCount() int
- func (fake *FakeTypedRoomClient) SendDataCalls(...)
- func (fake *FakeTypedRoomClient) SendDataReturns(result1 *livekit.SendDataResponse, result2 error)
- func (fake *FakeTypedRoomClient) SendDataReturnsOnCall(i int, result1 *livekit.SendDataResponse, result2 error)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadata(arg1 context.Context, arg2 rpc.RoomTopic, ...) (*livekit.Room, error)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, ...)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataCallCount() int
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataCalls(...)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturns(result1 *livekit.Room, result2 error)
- func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturnsOnCall(i int, result1 *livekit.Room, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeTypedParticipantClient ¶
type FakeTypedParticipantClient struct { MutePublishedTrackStub func(context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, ...psrpc.RequestOption) (*livekit.MuteRoomTrackResponse, error) RemoveParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, ...psrpc.RequestOption) (*livekit.RemoveParticipantResponse, error) UpdateParticipantStub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, ...psrpc.RequestOption) (*livekit.ParticipantInfo, error) UpdateSubscriptionsStub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, ...psrpc.RequestOption) (*livekit.UpdateSubscriptionsResponse, error) // contains filtered or unexported fields }
func (*FakeTypedParticipantClient) Invocations ¶
func (fake *FakeTypedParticipantClient) Invocations() map[string][][]interface{}
func (*FakeTypedParticipantClient) MutePublishedTrack ¶
func (fake *FakeTypedParticipantClient) MutePublishedTrack(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.MuteRoomTrackRequest, arg4 ...psrpc.RequestOption) (*livekit.MuteRoomTrackResponse, error)
func (*FakeTypedParticipantClient) MutePublishedTrackArgsForCall ¶
func (fake *FakeTypedParticipantClient) MutePublishedTrackArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) MutePublishedTrackCallCount ¶
func (fake *FakeTypedParticipantClient) MutePublishedTrackCallCount() int
func (*FakeTypedParticipantClient) MutePublishedTrackCalls ¶
func (fake *FakeTypedParticipantClient) MutePublishedTrackCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.MuteRoomTrackRequest, ...psrpc.RequestOption) (*livekit.MuteRoomTrackResponse, error))
func (*FakeTypedParticipantClient) MutePublishedTrackReturns ¶
func (fake *FakeTypedParticipantClient) MutePublishedTrackReturns(result1 *livekit.MuteRoomTrackResponse, result2 error)
func (*FakeTypedParticipantClient) MutePublishedTrackReturnsOnCall ¶
func (fake *FakeTypedParticipantClient) MutePublishedTrackReturnsOnCall(i int, result1 *livekit.MuteRoomTrackResponse, result2 error)
func (*FakeTypedParticipantClient) RemoveParticipant ¶
func (fake *FakeTypedParticipantClient) RemoveParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.RoomParticipantIdentity, arg4 ...psrpc.RequestOption) (*livekit.RemoveParticipantResponse, error)
func (*FakeTypedParticipantClient) RemoveParticipantArgsForCall ¶
func (fake *FakeTypedParticipantClient) RemoveParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) RemoveParticipantCallCount ¶
func (fake *FakeTypedParticipantClient) RemoveParticipantCallCount() int
func (*FakeTypedParticipantClient) RemoveParticipantCalls ¶
func (fake *FakeTypedParticipantClient) RemoveParticipantCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.RoomParticipantIdentity, ...psrpc.RequestOption) (*livekit.RemoveParticipantResponse, error))
func (*FakeTypedParticipantClient) RemoveParticipantReturns ¶
func (fake *FakeTypedParticipantClient) RemoveParticipantReturns(result1 *livekit.RemoveParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) RemoveParticipantReturnsOnCall ¶
func (fake *FakeTypedParticipantClient) RemoveParticipantReturnsOnCall(i int, result1 *livekit.RemoveParticipantResponse, result2 error)
func (*FakeTypedParticipantClient) UpdateParticipant ¶
func (fake *FakeTypedParticipantClient) UpdateParticipant(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.UpdateParticipantRequest, arg4 ...psrpc.RequestOption) (*livekit.ParticipantInfo, error)
func (*FakeTypedParticipantClient) UpdateParticipantArgsForCall ¶
func (fake *FakeTypedParticipantClient) UpdateParticipantArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) UpdateParticipantCallCount ¶
func (fake *FakeTypedParticipantClient) UpdateParticipantCallCount() int
func (*FakeTypedParticipantClient) UpdateParticipantCalls ¶
func (fake *FakeTypedParticipantClient) UpdateParticipantCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateParticipantRequest, ...psrpc.RequestOption) (*livekit.ParticipantInfo, error))
func (*FakeTypedParticipantClient) UpdateParticipantReturns ¶
func (fake *FakeTypedParticipantClient) UpdateParticipantReturns(result1 *livekit.ParticipantInfo, result2 error)
func (*FakeTypedParticipantClient) UpdateParticipantReturnsOnCall ¶
func (fake *FakeTypedParticipantClient) UpdateParticipantReturnsOnCall(i int, result1 *livekit.ParticipantInfo, result2 error)
func (*FakeTypedParticipantClient) UpdateSubscriptions ¶
func (fake *FakeTypedParticipantClient) UpdateSubscriptions(arg1 context.Context, arg2 rpc.ParticipantTopic, arg3 *livekit.UpdateSubscriptionsRequest, arg4 ...psrpc.RequestOption) (*livekit.UpdateSubscriptionsResponse, error)
func (*FakeTypedParticipantClient) UpdateSubscriptionsArgsForCall ¶
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsArgsForCall(i int) (context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, []psrpc.RequestOption)
func (*FakeTypedParticipantClient) UpdateSubscriptionsCallCount ¶
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCallCount() int
func (*FakeTypedParticipantClient) UpdateSubscriptionsCalls ¶
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsCalls(stub func(context.Context, rpc.ParticipantTopic, *livekit.UpdateSubscriptionsRequest, ...psrpc.RequestOption) (*livekit.UpdateSubscriptionsResponse, error))
func (*FakeTypedParticipantClient) UpdateSubscriptionsReturns ¶
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturns(result1 *livekit.UpdateSubscriptionsResponse, result2 error)
func (*FakeTypedParticipantClient) UpdateSubscriptionsReturnsOnCall ¶
func (fake *FakeTypedParticipantClient) UpdateSubscriptionsReturnsOnCall(i int, result1 *livekit.UpdateSubscriptionsResponse, result2 error)
type FakeTypedRoomClient ¶
type FakeTypedRoomClient struct { DeleteRoomStub func(context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, ...psrpc.RequestOption) (*livekit.DeleteRoomResponse, error) SendDataStub func(context.Context, rpc.RoomTopic, *livekit.SendDataRequest, ...psrpc.RequestOption) (*livekit.SendDataResponse, error) UpdateRoomMetadataStub func(context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, ...psrpc.RequestOption) (*livekit.Room, error) // contains filtered or unexported fields }
func (*FakeTypedRoomClient) DeleteRoom ¶
func (fake *FakeTypedRoomClient) DeleteRoom(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.DeleteRoomRequest, arg4 ...psrpc.RequestOption) (*livekit.DeleteRoomResponse, error)
func (*FakeTypedRoomClient) DeleteRoomArgsForCall ¶
func (fake *FakeTypedRoomClient) DeleteRoomArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, []psrpc.RequestOption)
func (*FakeTypedRoomClient) DeleteRoomCallCount ¶
func (fake *FakeTypedRoomClient) DeleteRoomCallCount() int
func (*FakeTypedRoomClient) DeleteRoomCalls ¶
func (fake *FakeTypedRoomClient) DeleteRoomCalls(stub func(context.Context, rpc.RoomTopic, *livekit.DeleteRoomRequest, ...psrpc.RequestOption) (*livekit.DeleteRoomResponse, error))
func (*FakeTypedRoomClient) DeleteRoomReturns ¶
func (fake *FakeTypedRoomClient) DeleteRoomReturns(result1 *livekit.DeleteRoomResponse, result2 error)
func (*FakeTypedRoomClient) DeleteRoomReturnsOnCall ¶
func (fake *FakeTypedRoomClient) DeleteRoomReturnsOnCall(i int, result1 *livekit.DeleteRoomResponse, result2 error)
func (*FakeTypedRoomClient) Invocations ¶
func (fake *FakeTypedRoomClient) Invocations() map[string][][]interface{}
func (*FakeTypedRoomClient) SendData ¶
func (fake *FakeTypedRoomClient) SendData(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.SendDataRequest, arg4 ...psrpc.RequestOption) (*livekit.SendDataResponse, error)
func (*FakeTypedRoomClient) SendDataArgsForCall ¶
func (fake *FakeTypedRoomClient) SendDataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.SendDataRequest, []psrpc.RequestOption)
func (*FakeTypedRoomClient) SendDataCallCount ¶
func (fake *FakeTypedRoomClient) SendDataCallCount() int
func (*FakeTypedRoomClient) SendDataCalls ¶
func (fake *FakeTypedRoomClient) SendDataCalls(stub func(context.Context, rpc.RoomTopic, *livekit.SendDataRequest, ...psrpc.RequestOption) (*livekit.SendDataResponse, error))
func (*FakeTypedRoomClient) SendDataReturns ¶
func (fake *FakeTypedRoomClient) SendDataReturns(result1 *livekit.SendDataResponse, result2 error)
func (*FakeTypedRoomClient) SendDataReturnsOnCall ¶
func (fake *FakeTypedRoomClient) SendDataReturnsOnCall(i int, result1 *livekit.SendDataResponse, result2 error)
func (*FakeTypedRoomClient) UpdateRoomMetadata ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadata(arg1 context.Context, arg2 rpc.RoomTopic, arg3 *livekit.UpdateRoomMetadataRequest, arg4 ...psrpc.RequestOption) (*livekit.Room, error)
func (*FakeTypedRoomClient) UpdateRoomMetadataArgsForCall ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataArgsForCall(i int) (context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, []psrpc.RequestOption)
func (*FakeTypedRoomClient) UpdateRoomMetadataCallCount ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataCallCount() int
func (*FakeTypedRoomClient) UpdateRoomMetadataCalls ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataCalls(stub func(context.Context, rpc.RoomTopic, *livekit.UpdateRoomMetadataRequest, ...psrpc.RequestOption) (*livekit.Room, error))
func (*FakeTypedRoomClient) UpdateRoomMetadataReturns ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturns(result1 *livekit.Room, result2 error)
func (*FakeTypedRoomClient) UpdateRoomMetadataReturnsOnCall ¶
func (fake *FakeTypedRoomClient) UpdateRoomMetadataReturnsOnCall(i int, result1 *livekit.Room, result2 error)
Click to show internal directories.
Click to hide internal directories.