Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix marshaler interface function name in examples in docs #4978

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

o-nix
Copy link
Contributor

@o-nix o-nix commented Nov 21, 2024

It is actually:

// Delimited defines the streaming delimiter.
type Delimited interface {
	// Delimiter returns the record separator for the stream.
	Delimiter() []byte
}

Copy link
Collaborator

@johanbrandhorst johanbrandhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, thanks!

@johanbrandhorst johanbrandhorst enabled auto-merge (squash) November 21, 2024 21:34
@johanbrandhorst johanbrandhorst merged commit 1ffe4fd into grpc-ecosystem:main Nov 21, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants