Skip to content

Instantly share code, notes, and snippets.

@davesnowdon
Created September 22, 2022 20:23
Show Gist options
  • Save davesnowdon/b15ead124c889825af106c53e1b40d98 to your computer and use it in GitHub Desktop.
Save davesnowdon/b15ead124c889825af106c53e1b40d98 to your computer and use it in GitHub Desktop.
type theSocialRobotServer struct {
pb.UnimplementedTheSocialRobotServer
}
func (s *theSocialRobotServer) EventStream(stream pb.TheSocialRobot_EventStreamServer) error {
// TBD
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment