MCPcopy
hub / github.com/42wim/matterbridge / getGreeting

Method getGreeting

bridge/api/api.go:153–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

151}
152
153func (b *API) getGreeting() config.Message {
154 return config.Message{
155 Event: config.EventAPIConnected,
156 Timestamp: time.Now(),
157 }
158}
159
160func (b *API) handleStream(c echo.Context) error {
161 c.Response().Header().Set(echo.HeaderContentType, echo.MIMEApplicationJSON)

Callers 2

NewFunction · 0.95
handleStreamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected