Vadim Alekseev
Vadim Alekseev
Hey! When I do `go generate ./...` I get an error. ``` package main //go:generate moq -out mocks/some_iface.go . SomeIface type SomeIface interface { Begin() BeginFunc() } ``` Error: `Type...
**Is your feature request related to a problem? Please describe.** We have to rename 'journalctl' plugin to the 'journald'. Because journalctl is a tool, not a plugin. (To generate documentation...
Fixes #403 Examples: ### Debug actions with given config It sends two logs: 1) `{"message": "file.d playground"}` 2) `{"hello": "playground"}` With given config: ```yaml actions: - type: set_time field: time...
Fixes #444
Pipeline: guarantee sequence of events when UseSpread is true. Now there is no such guarantee, this is shown by my tests in PR.
Pipeline{}.In() method calls synchronously, we can parallel it