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

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