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