()
| 26 | ) |
| 27 | |
| 28 | func newTestDataBlob() *ParticipantDataBlob { |
| 29 | return NewParticipantDataBlob(ParticipantDataBlobParams{ |
| 30 | Logger: logger.GetLogger(), |
| 31 | }) |
| 32 | } |
| 33 | |
| 34 | func genericKey(name string) *livekit.DataBlobKey { |
| 35 | return &livekit.DataBlobKey{ |
no test coverage detected