Christian Ditaputratama
4c7d53547b
feat!: Change the module name to "URL based"
...
This make me easier to test the module with external services.
2024-07-07 01:28:44 +07:00
ditatompel
cd52dc7b70
Lowercase & upperase initialism acronyms
...
See https://google.github.io/styleguide/go/decisions#initialisms
2024-06-10 03:03:23 +07:00
ditatompel
0b331ec6c6
Lowercase & upperase initialism acronyms
...
See https://google.github.io/styleguide/go/decisions#initialisms
2024-05-30 12:46:33 +07:00
ditatompel
38320bc316
Rename NewProberRepo
to NewProber
...
Also rename ProbersQueryParams to QueryProbers
2024-05-27 07:17:27 +07:00
ditatompel
c25e9224b6
lint: No err check
2024-05-24 05:37:27 +07:00
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
ditatompel
ddc448e90c
Moving monero.go to its own internal package
2024-05-22 22:45:38 +07:00
ditatompel
120ba51c87
Ability to edit prober name by ID from CLI #2
2024-05-18 19:50:20 +07:00
ditatompel
b5e2787420
Ability to delete prober by ID from CLI #2
2024-05-18 19:39:27 +07:00
ditatompel
d2f927e3db
Ability to add prober from CLI #2
2024-05-18 19:03:56 +07:00
ditatompel
7b6cfee31d
Set ./cmd/server/admin.go
as entrypoint to server build
2024-05-18 18:42:32 +07:00
ditatompel
7dea8380b8
Separating client and server package #3
...
The client and server package is now separated, so I can build
additional server package with `-tags server`.
2024-05-18 17:59:54 +07:00