Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AutoConnectWriter ¶
type AutoConnectWriter struct {
// contains filtered or unexported fields
}
func NewAutoConnectWriter ¶
func NewAutoConnectWriter(f ConnectFunc, seq sequencer, ackTimeout time.Duration) *AutoConnectWriter
func (*AutoConnectWriter) Close ¶
func (w *AutoConnectWriter) Close()
type CompatibleMode ¶
type CompatibleMode int
const ( CompatibleDisable CompatibleMode = iota CompatibleLegacy CompatibleExtend )
func (*CompatibleMode) UnmarshalText ¶
func (m *CompatibleMode) UnmarshalText(b []byte) (err error)
type ConnectFunc ¶
type ForwardOutput ¶
type ForwardOutput struct {
// contains filtered or unexported fields
}
func (*ForwardOutput) Close ¶
func (o *ForwardOutput) Close() error
func (*ForwardOutput) Start ¶
func (o *ForwardOutput) Start() (err error)
type RoundRobinWriter ¶
type RoundRobinWriter struct { ErrorC chan error // contains filtered or unexported fields }
func NewRoundRobinWriter ¶
func NewRoundRobinWriter(minWeight int) *RoundRobinWriter
Click to show internal directories.
Click to hide internal directories.