chore: cleanup

This commit is contained in:
adamdottv
2025-05-12 13:01:59 -05:00
parent 7f9c992993
commit 8270a1e4b1
4 changed files with 20 additions and 50 deletions

View File

@@ -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)
}