git-bug/entity/streamed.go

7 lines
96 B
Go
Raw Normal View History

package entity
type StreamedEntity[EntityT Interface] struct {
Entity EntityT
Err error
}