MCPcopy Create free account
hub / github.com/actiontech/dtle / DataEntry

Struct DataEntry

driver/common/type.schema.gen.go:3336–3341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3334}
3335
3336type DataEntry struct {
3337 Coordinates CoordinatesI
3338 Events []DataEvent
3339 Index int32
3340 Final bool
3341}
3342
3343func (d *DataEntry) Size() (s uint64) {
3344

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected