From 20383842905df9e11de2f2c0fc90ce4752101b2f Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Tue, 13 May 2025 07:27:47 +0200 Subject: [PATCH] fixup! wip: refactor: API --- internal/server/grpc.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/internal/server/grpc.go b/internal/server/grpc.go index 55f8e1e..a440bd9 100644 --- a/internal/server/grpc.go +++ b/internal/server/grpc.go @@ -15,10 +15,6 @@ import ( "golang.org/x/sync/errgroup" ) -// APIListenerCountDeltaFunc is a function that is called when the number of -// API clients increments or decrements. -type APIClientCountDeltaFunc func(delta int) - // Server is the gRPC server that handles incoming commands and outgoing // events. type Server struct {