package ent import ( "github.com/jordanorelli/hyperstone/bit" ) type Entity struct { *Class } func (e *Entity) Read(br bit.Reader) { }