package
0.0.0-20190918193452-3ce1eab57797
Repository: https://github.com/cloudfoundry/loggregator.git
Documentation: pkg.go.dev
# Functions
NewManyToOne initializes a new many to one diode of a given size and alerter.
NewManyToOneEnvelope returns a new ManyToOneEnvelope diode to be used with many writers and a single reader.
NewManyToOneEnvelopeV2 returns a new ManyToOneEnvelopeV2 diode to be used with many writers and a single reader.
NewOneToOne initializes a new one to one diode of a given size and alerter.
NewOneToOneWaiterEnvelopeV2 initializes a new one to one diode for V2 envelopes of a given size and alerter.
# Structs
ManyToOne diode is optimal for many writers and a single reader for slices of bytes.
ManyToOneEnvelope diode is optimal for many writers and a single reader for V1 envelopes.
ManyToOneEnvelopeV2 diode is optimal for many writers and a single reader for V2 envelopes.
OneToOne diode is optimized for a single writer and a single reader for byte slices.
OneToOneEnvelopeV2 diode is optimized for a single writer and a single reader.