type google.golang.org/grpc/internal/binarylog.TruncatingMethodLogger
7 uses
google.golang.org/grpc/internal/binarylog (current package)
method_logger.go#L57: type TruncatingMethodLogger struct {
method_logger.go#L67: func NewTruncatingMethodLogger(h, m uint64) *TruncatingMethodLogger {
method_logger.go#L68: return &TruncatingMethodLogger{
method_logger.go#L82: func (ml *TruncatingMethodLogger) Build(c LogEntryConfig) *binlogpb.GrpcLogEntry {
method_logger.go#L101: func (ml *TruncatingMethodLogger) Log(c LogEntryConfig) {
method_logger.go#L105: func (ml *TruncatingMethodLogger) truncateMetadata(mdPb *binlogpb.Metadata) (truncated bool) {
method_logger.go#L135: func (ml *TruncatingMethodLogger) truncateMessage(msgPb *binlogpb.Message) (truncated bool) {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)