Test event stream

This commit is contained in:
9seconds
2021-03-16 14:54:17 +03:00
parent e009d05a90
commit 7617aeadda
5 changed files with 130 additions and 8 deletions
+3 -1
View File
@@ -24,7 +24,9 @@ func (e EventFinish) StreamID() string {
return e.ConnID
}
type EventConcurrencyLimited struct{}
type EventConcurrencyLimited struct {
CreatedAt time.Time
}
func (e EventConcurrencyLimited) StreamID() string {
return ""