diff options
| author | bndw <ben@bdw.to> | 2026-03-09 17:50:44 -0700 |
|---|---|---|
| committer | bndw <ben@bdw.to> | 2026-03-09 17:50:44 -0700 |
| commit | 170bdf9c14899e436e7aae4411bcb5cd166e7217 (patch) | |
| tree | 1c865de97bcc5d2a12e35426d53b939222c57f03 /relay/storage/events.go | |
| parent | eca962d7c26bbea57801576935b98f3540e43da6 (diff) | |
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'relay/storage/events.go')
| -rw-r--r-- | relay/storage/events.go | 2 |
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. |
