Categorygithub.com/Zaprit/Reflow
modulepackage
0.0.0-20230221132528-3834a52fd169
Repository: https://github.com/zaprit/reflow.git
Documentation: pkg.go.dev

# README

Reflow

Autobuild made-with-Go Go Report Card GitHub go.mod Go version of a Go module GoDoc reference example codecov Discord

A replacement for the somewhat aged TechnicSolder server written in golang

Status

As of now (September 2021) it can connect to a database and query mods correctly and reports an api in the same way as the official server does.

Occasionally I'll stream development on my Twitch, or it might be games, who knows.

Installation

See the Wiki for details

tl;dr you can just download a release from the right and run that, edit the config, and you're off to the races

Supporting development

You can either directly contribute by sending patches, developing new features, or helping me out when I am smooth brained. Or if you'd like to financially support me then I've got a Patreon.

# Packages

Package config is the package that handles application config.
Package dashboard contains the web ui for reflow, for the static files see Package static.
Package database handles the database singleton.
Package models contains the structs for the various things.
Package solderapi is the package that defines the solder compatible api.
Package static is the package containing static content.
No description provided by the author