xmr-remote-nodes/cmd/server
ditatompel 253230dc5a
Removing admin module and functions
The administration of the server is done using cli tools. So I don't
think that admin account and module is required. At least for now.

Note that this also remove `tbl_admin` creation in database migrate.
Since no release were made until this commit, the database migration
still in version 1. Manual removal database table for `tbl_admin`
is required on the existing running server.
2024-05-23 03:40:06 +07:00
..
cron.go Make cron as it's own package 2024-05-23 02:24:06 +07:00
import.go Set ./cmd/server/admin.go as entrypoint to server build 2024-05-18 18:42:32 +07:00
init.go Removing admin module and functions 2024-05-23 03:40:06 +07:00
probers.go Removing admin module and functions 2024-05-23 03:40:06 +07:00
serve.go Make sure cron goroutine is stopped 2024-05-23 02:58:58 +07:00