converge/pkg/server/admin/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

5 lines
192 B
Go

// Basic administration of the matchmaker.
// Put in its separate package to make sure only public methods can be called because
// these are the only ones that are thread-safe.
package admin