github.com/geniusesgroup/libgo@v0.0.0-20220713101832-828057a9d3d4/protocol/storage-event-record.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package protocol 4 5 type RecordEvent interface { 6 Event 7 8 MediaTypeID() uint64 9 ID() [16]byte 10 CRUD() CRUD 11 VersionOffset() uint64 12 Version() Time 13 }