mirror of
https://github.com/bluenviron/mediamtx
synced 2025-01-07 15:30:06 +00:00
e0fb11040e
needed by #2244
7 lines
79 B
Go
7 lines
79 B
Go
package unit
|
|
|
|
// Generic is a generic data unit.
|
|
type Generic struct {
|
|
Base
|
|
}
|