converge/pkg/server/matchmaker/doc.go
Erik Brakkee 2c42f89547 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-08-17 10:37:20 +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