6 lines
266 B
Go
6 lines
266 B
Go
// Package mtx wraps the generated MediaMTX control API client.
|
|
package mtx
|
|
|
|
// The input is the official API document vendored from the frozen MediaMTX tag.
|
|
//go:generate go tool oapi-codegen -config oapi-codegen.yaml ../../api/vendor/mediamtx-v1.19.3.openapi.yaml
|