Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@davesnowdon
Created September 22, 2022 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davesnowdon/894409d6b5859b117fc1034d5d728f55 to your computer and use it in GitHub Desktop.
Save davesnowdon/894409d6b5859b117fc1034d5d728f55 to your computer and use it in GitHub Desktop.
type TheSocialRobotClient interface {
EventStream(ctx context.Context, opts ...grpc.CallOption) (TheSocialRobot_EventStreamClient, error)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment