refactor(server/v2): clean up storage use and config (#22008)

This commit is contained in:
Matt Kocubinski
2024-10-08 17:12:06 +00:00
committed by GitHub
parent 43c41be136
commit 05fb492bd5
23 changed files with 346 additions and 279 deletions
+1
View File
@@ -61,6 +61,7 @@ const (
var _ ServerComponent[transaction.Tx] = (*Server[transaction.Tx])(nil)
// Server is the top-level server component which contains all other server components.
type Server[T transaction.Tx] struct {
logger log.Logger
components []ServerComponent[T]