mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
6 lines
79 B
Go
6 lines
79 B
Go
package unit
|
|
|
|
// Generic is a generic data unit.
|
|
type Generic struct {
|
|
Base
|
|
}
|