type google.golang.org/grpc/internal/binarylog.TruncatingMethodLogger

7 uses

	google.golang.org/grpc/internal/binarylog (current package)
		method_logger.go#L62: type TruncatingMethodLogger struct {
		method_logger.go#L75: func NewTruncatingMethodLogger(h, m uint64) *TruncatingMethodLogger {
		method_logger.go#L76: 	return &TruncatingMethodLogger{
		method_logger.go#L90: func (ml *TruncatingMethodLogger) Build(c LogEntryConfig) *binlogpb.GrpcLogEntry {
		method_logger.go#L109: func (ml *TruncatingMethodLogger) Log(_ context.Context, c LogEntryConfig) {
		method_logger.go#L113: func (ml *TruncatingMethodLogger) truncateMetadata(mdPb *binlogpb.Metadata) (truncated bool) {
		method_logger.go#L143: func (ml *TruncatingMethodLogger) truncateMessage(msgPb *binlogpb.Message) (truncated bool) {