The structure of converge server is now much more clear in the package // structure below pkg/server.
5 lines
192 B
Go
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
|