MCPcopy
hub / github.com/connectrpc/connect-go / readMaxBytesOption

Struct readMaxBytesOption

option.go:467–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467type readMaxBytesOption struct {
468 Max int
469}
470
471func (o *readMaxBytesOption) applyToClient(config *clientConfig) {
472 config.ReadMaxBytes = o.Max

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected