Skip to content

Instantly share code, notes, and snippets.

@bschaeffer
Created July 8, 2020 12:38
Show Gist options
  • Save bschaeffer/4234034f3883d036da5a9b31b4ffeb1b to your computer and use it in GitHub Desktop.
Save bschaeffer/4234034f3883d036da5a9b31b4ffeb1b to your computer and use it in GitHub Desktop.
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