Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUnsupportedSourceDriver = errors.New("unsupported source driver") ErrUnsupportedDestinationDriver = errors.New("unsupported destination driver") )
Functions ¶
This section is empty.
Types ¶
type Destination ¶
func NewDestination ¶
func NewDestination(name string, args ...interface{}) (Destination, error)
func NewFlowDestination ¶
func NewFlowDestination(args ...interface{}) (Destination, error)
type DestinationFactory ¶
type DestinationFactory func(...interface{}) (Destination, error)
type FlowDestination ¶
type FlowDestination struct {
// contains filtered or unexported fields
}
func (*FlowDestination) Close ¶
func (d *FlowDestination) Close() error
func (*FlowDestination) Push ¶
func (d *FlowDestination) Push(data interface{}) error
type FlowDestinationOption ¶
type FlowDestinationOption struct {
FlowName string
}
type GossiperService ¶
type GossiperService struct {
// contains filtered or unexported fields
}
func (*GossiperService) InitModuleService ¶
func (s *GossiperService) InitModuleService(m *component.Module) error
type RedisStreamSource ¶
type RedisStreamSource struct {
// contains filtered or unexported fields
}
func (*RedisStreamSource) Close ¶
func (s *RedisStreamSource) Close() error
func (*RedisStreamSource) Pull ¶
func (s *RedisStreamSource) Pull() (map[string]interface{}, error)
type RedisStreamSourceOption ¶
type Source ¶
func NewRedisStreamSource ¶
type SourceFactory ¶
Click to show internal directories.
Click to hide internal directories.