chore: cleanup
This commit is contained in:
parent
7f9c992993
commit
8270a1e4b1
4 changed files with 20 additions and 50 deletions
|
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue