fixup! wip: refactor: API

This commit is contained in:
Rob Watson 2025-05-13 07:27:47 +02:00
parent 7d6798b0f7
commit 2038384290

View File

@ -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 {