Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Information ¶
type Record ¶
type Record interface {
GetID() string
GetPartitionKey() string
GetWatermark() time.Time
GetData() []byte
}
var (
Max Record = RecordImpl{
ID: maxPossibleString,
PartitionKey: maxPossibleString,
Timestamp: maxTime,
}
)
type RecordImpl ¶
func (RecordImpl) GetData ¶
func (r RecordImpl) GetData() []byte
func (RecordImpl) GetID ¶
func (r RecordImpl) GetID() string
func (RecordImpl) GetPartitionKey ¶
func (r RecordImpl) GetPartitionKey() string
func (RecordImpl) GetWatermark ¶
func (r RecordImpl) GetWatermark() time.Time
Click to show internal directories.
Click to hide internal directories.