summaryrefslogtreecommitdiffhomepage
path: root/internal/logging
diff options
context:
space:
mode:
authoradamdottv <[email protected]>2025-05-12 13:01:59 -0500
committeradamdottv <[email protected]>2025-05-12 13:01:59 -0500
commit8270a1e4b133b44b4b68c8b52567200fc69343e6 (patch)
tree73369cc977081f3b5c60d14d27a75aa6149fae4d /internal/logging
parent7f9c992993b56c0c3f2895632d81b64f209a4d94 (diff)
downloadopencode-8270a1e4b133b44b4b68c8b52567200fc69343e6.tar.gz
opencode-8270a1e4b133b44b4b68c8b52567200fc69343e6.zip
chore: cleanup
Diffstat (limited to 'internal/logging')
-rw-r--r--internal/logging/logging.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/logging/logging.go b/internal/logging/logging.go
index 850fd85d6..54f33989f 100644
--- a/internal/logging/logging.go
+++ b/internal/logging/logging.go
@@ -165,7 +165,7 @@ func ListAll(ctx context.Context, limit int) ([]Log, error) {
return GetService().ListAll(ctx, limit)
}
-func SubscribeToEvents(ctx context.Context) <-chan pubsub.Event[Log] {
+func Subscribe(ctx context.Context) <-chan pubsub.Event[Log] {
return GetService().Subscribe(ctx)
}