MCPcopy Index your code
hub / github.com/FunctionStream/function-stream / RecordImpl

Struct RecordImpl

fs/contube/contube.go:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type RecordImpl struct {
114 payload []byte
115 schema string
116 commitFunc func()
117}
118
119func NewRecordImpl(payload []byte, ackFunc func()) *RecordImpl {
120 return &RecordImpl{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected