edge

package
v0.0.0-...-fbb851a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Edge

type Edge interface {
	Out() chan Record
	In() chan Record
}

type KafkaRecord

type KafkaRecord struct {
	Message *sarama.ConsumerMessage
	Session sarama.ConsumerGroupSession
}

type Record

type Record interface {
}

type Records

type Records []Record

type StatEdge

type StatEdge struct {
	// contains filtered or unexported fields
}

func NewEdge

func NewEdge(name string, size int) *StatEdge

func (*StatEdge) In

func (e *StatEdge) In() chan Record

func (*StatEdge) Out

func (e *StatEdge) Out() chan Record

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL