Files
rtsp-simple-server/internal/unit/generic.go
Alessandro Ros e0fb11040e
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
move units into dedicated package (#2245)
needed by #2244
2023-08-25 18:11:02 +02:00

7 lines
79 B
Go

package unit
// Generic is a generic data unit.
type Generic struct {
Base
}