aboutsummaryrefslogtreecommitdiffstats
path: root/relay/storage/events.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
committerbndw <ben@bdw.to>2026-03-09 17:50:44 -0700
commit170bdf9c14899e436e7aae4411bcb5cd166e7217 (patch)
tree1c865de97bcc5d2a12e35426d53b939222c57f03 /relay/storage/events.go
parenteca962d7c26bbea57801576935b98f3540e43da6 (diff)
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'relay/storage/events.go')
-rw-r--r--relay/storage/events.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/relay/storage/events.go b/relay/storage/events.go
index cf10097..0f642bb 100644
--- a/relay/storage/events.go
+++ b/relay/storage/events.go
@@ -7,7 +7,7 @@ import (
7 "fmt" 7 "fmt"
8 "strings" 8 "strings"
9 9
10 "axon" 10 "code.northwest.io/axon"
11) 11)
12 12
13// ErrDuplicate is returned by StoreEvent when the event ID already exists. 13// ErrDuplicate is returned by StoreEvent when the event ID already exists.