bring in khatru and eventstore.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package eventstore
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrDupEvent = errors.New("duplicate: event already exists")
|
||||
Reference in New Issue
Block a user