(ctx context.Context, dataStore string, config *logging.Config)
| 61 | type Driver interface { |
| 62 | Init(dataStore, ns, id string) error |
| 63 | PreProcess(ctx context.Context, dataStore string, config *logging.Config) error |
| 64 | Process(stdout <-chan string, stderr <-chan string) error |
| 65 | PostProcess() error |
| 66 | } |
no outgoing calls
no test coverage detected