(appGUID string)
| 13 | |
| 14 | type Repository interface { |
| 15 | RecentLogsFor(appGUID string) ([]Loggable, error) |
| 16 | TailLogsFor(appGUID string, onConnect func(), logChan chan<- Loggable, errChan chan<- error) |
| 17 | Close() |
| 18 | } |
no outgoing calls
no test coverage detected