diff options
Diffstat (limited to 'internal/logging')
| -rw-r--r-- | internal/logging/logging.go | 2 |
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) } |
