()
| 63 | PreProcess(ctx context.Context, dataStore string, config *logging.Config) error |
| 64 | Process(stdout <-chan string, stderr <-chan string) error |
| 65 | PostProcess() error |
| 66 | } |
| 67 | |
| 68 | // SyncDriver is an optional capability for a Driver whose log entries can be |
no outgoing calls
no test coverage detected