Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/42wim/matterbridge
/ API
Struct
API
bridge/api/api.go:18–23 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
)
17
18
type
API
struct
{
19
Messages ring.Ring
20
sync.RWMutex
21
*bridge.Config
22
mrouter *melody.Melody
23
}
24
25
type
Message
struct
{
26
Text string `json:
"text"
`
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected