mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-11 09:15:10 +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
|
|
}
|