From 2de51274177432b559be3b7deb1f14b9539f2994 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Sat, 19 Apr 2025 16:35:45 +0200 Subject: initial tool call stream --- internal/pubsub/broker.go | 7 ------- 1 file changed, 7 deletions(-) (limited to 'internal/pubsub') diff --git a/internal/pubsub/broker.go b/internal/pubsub/broker.go index 3e70ae095..d73accffb 100644 --- a/internal/pubsub/broker.go +++ b/internal/pubsub/broker.go @@ -7,13 +7,6 @@ import ( const bufferSize = 1024 -type Logger interface { - Debug(msg string, args ...any) - Info(msg string, args ...any) - Warn(msg string, args ...any) - Error(msg string, args ...any) -} - // Broker allows clients to publish events and subscribe to events type Broker[T any] struct { subs map[chan Event[T]]struct{} // subscriptions -- cgit v1.2.3