https://github.com/floriansw/go-tcadmin
https://github.com/floriansw/go-tcadmin
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/floriansw/go-tcadmin
- Owner: FlorianSW
- License: mit
- Created: 2025-03-20T15:30:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-20T16:14:03.000Z (about 1 year ago)
- Last Synced: 2025-03-20T16:37:01.836Z (about 1 year ago)
- Language: Go
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-tcadmin
A simple, purpose-built client library to interact with the TCAdmin control panel.
It is built and tested for the control panel of Qonzer (https://qonzer.com) with the game Hell Let Loose.
Other games or GSPs using TCAdmin might be supported as well, but might require some customization.
Especially when it comes to the `SetServerInfo` method.
## Usage
See `tools/example/cmd.go` for an example.