mirror of
https://github.com/aler9/rtsp-simple-server
synced 2025-09-27 03:56:15 +08:00

Some checks reported warnings
lint / code (push) Has been cancelled
lint / mod-tidy (push) Has been cancelled
lint / apidocs (push) Has been cancelled
test / test64 (push) Has been cancelled
test / test32 (push) Has been cancelled
test / test_highlevel (push) Has been cancelled
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
|
|
}
|