forked from juneym/gor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changes plugins reader and writer method
// PluginReader is an interface for input plugins type PluginReader interface { PluginRead() (msg *Message, err error) } // PluginWriter is an interface for output plugins type PluginWriter interface { PluginWrite(msg *Message) (n int, err error) }
- Loading branch information
Urban Ishimwe
committed
Nov 2, 2020
1 parent
20435af
commit 6d812ce
Showing
39 changed files
with
716 additions
and
781 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.