Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ManyReceiver ¶
type ManyReceiver struct {
// contains filtered or unexported fields
}
func ManyReceivers ¶
func ManyReceivers(r ...cypress.Receiver) *ManyReceiver
func (*ManyReceiver) Close ¶
func (mr *ManyReceiver) Close() error
type Pipeline ¶
type Pipeline struct { Receivers *ManyReceiver Sources []Source }
func MakePipeline ¶
type RedisInput ¶
type RedisInput struct {
// contains filtered or unexported fields
}
func (*RedisInput) Close ¶
func (r *RedisInput) Close()
func (*RedisInput) Start ¶
func (r *RedisInput) Start() error
type RedisOutput ¶
type RedisOutput struct {
// contains filtered or unexported fields
}
func (*RedisOutput) Close ¶
func (r *RedisOutput) Close() error
func (*RedisOutput) Start ¶
func (r *RedisOutput) Start(host, list string) error
Click to show internal directories.
Click to hide internal directories.