aboutsummaryrefslogblamecommitdiffstats
path: root/entity/streamed.go
blob: 789224a38c3667b4a861d8870ab6618badfd957a (plain) (tree)
1
2
3
4
5
6





                                               
package entity

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