MCPcopy Create free account
hub / github.com/deepch/RTSPtoWebRTC / ConfigST

Struct ConfigST

config.go:22–27  ·  view source on GitHub ↗

ConfigST struct

Source from the content-addressed store, hash-verified

20
21//ConfigST struct
22type ConfigST struct {
23 mutex sync.RWMutex
24 Server ServerST `json:"server"`
25 Streams map[string]StreamST `json:"streams"`
26 LastError error
27}
28
29//ServerST struct
30type ServerST struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected