github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/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 }