converge/pkg/server/matchmaker/doc.go
Erik Brakkee 3408e2893a moved all ui stuff to the ui package.
The structure of converge server is now much more clear in the package
// structure below pkg/server.
2024-09-08 11:16:49 +02:00

7 lines
382 B
Go

// The matchmaker package matches up agents and clients based on their rendez-vous
// ids and pumps data between client and agent. This is the core cunctionality of
// converge. It uses notifications with the new state in case something changes.
// The notifications are routed to components that are interested in them: the web ui
// and prometheus integration.
package matchmaker