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/subscription | |
| parent | eca962d7c26bbea57801576935b98f3540e43da6 (diff) | |
refactor: rename modules to code.northwest.io/axon
Diffstat (limited to 'relay/subscription')
| -rw-r--r-- | relay/subscription/manager.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/relay/subscription/manager.go b/relay/subscription/manager.go index d8ba653..c9de403 100644 --- a/relay/subscription/manager.go +++ b/relay/subscription/manager.go | |||
| @@ -6,7 +6,7 @@ import ( | |||
| 6 | "sync" | 6 | "sync" |
| 7 | "time" | 7 | "time" |
| 8 | 8 | ||
| 9 | "axon" | 9 | "code.northwest.io/axon" |
| 10 | ) | 10 | ) |
| 11 | 11 | ||
| 12 | // Subscription holds a single client subscription: an ID, a set of filters, | 12 | // Subscription holds a single client subscription: an ID, a set of filters, |
