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