mirror of
https://github.com/datarhei/core.git
synced 2025-12-24 13:07:56 +08:00
Commits (Ingo Oppermann): - Add experimental SRT connection stats and logs - Hide /config/reload endpoint in reade-only mode - Add SRT server - Create v16 in go.mod - Fix data races, tests, lint, and update dependencies - Add trailing slash for routed directories (datarhei/restreamer#340) - Allow relative URLs in content in static routes Co-Authored-By: Ingo Oppermann <57445+ioppermann@users.noreply.github.com>
23 lines
510 B
YAML
23 lines
510 B
YAML
schema:
|
|
- http/graph/*.graphqls
|
|
|
|
exec:
|
|
filename: http/graph/graph/graph.go
|
|
package: graph
|
|
|
|
model:
|
|
filename: http/graph/models/models_gen.go
|
|
package: models
|
|
|
|
models:
|
|
Uint64:
|
|
model: github.com/datarhei/core/v16/http/graph/scalars.Uint64
|
|
MetricsResponseValue:
|
|
model: github.com/datarhei/core/v16/http/graph/scalars.MetricsResponseValue
|
|
|
|
resolver:
|
|
layout: follow-schema
|
|
dir: http/graph/resolver
|
|
package: resolver
|
|
filename_template: "{name}.resolvers.go"
|