diff options
| author | Loyalsoldier <[email protected]> | 2026-03-09 14:16:56 +0800 |
|---|---|---|
| committer | Loyalsoldier <[email protected]> | 2026-04-29 00:34:36 +0800 |
| commit | 4f125e579472e5ed87fd052ef68ab80f5fe679b0 (patch) | |
| tree | 4ff9206e5b89f0a5f30db30821df47b79cc0aa5f /lib | |
| parent | 1c3a808e7091e1358eec7d3d844b4c7342859558 (diff) | |
Refactor: plugin uses option patternrefactor-plugin
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/lib.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ type OutputConverter interface { Output(Container) error } +type InputOption func(InputConverter) + +type OutputOption func(OutputConverter) + type IgnoreIPOption func() IPType func IgnoreIPv4() IPType { |
