mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 20:24:03 +03:00
Test event stream
This commit is contained in:
+3
-1
@@ -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 ""
|
||||
|
||||
Reference in New Issue
Block a user