mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-12 01:35:02 +00:00
7 lines
79 B
Go
7 lines
79 B
Go
|
package unit
|
||
|
|
||
|
// Generic is a generic data unit.
|
||
|
type Generic struct {
|
||
|
Base
|
||
|
}
|