Created
July 8, 2020 12:38
-
-
Save bschaeffer/4234034f3883d036da5a9b31b4ffeb1b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
type NetworkClient interface { | |
String() string | |
Connect() error | |
Close() error | |
Publish(publisher.Batch) error | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment