d5f510ae32
Remove admin login logout handler and endpoints #2
2024-05-18 20:27:30 +07:00
30b37b922f
Ability to list cron from CLI #2
...
Since `tbl_cron` will contain a few rows (for now just 1),
cron list function call is not using any arguments.
This commit also remove cron http handler and endpoint.
2024-05-18 20:13:00 +07:00
120ba51c87
Ability to edit prober name by ID from CLI #2
2024-05-18 19:50:20 +07:00
b5e2787420
Ability to delete prober by ID from CLI #2
2024-05-18 19:39:27 +07:00
d2f927e3db
Ability to add prober from CLI #2
2024-05-18 19:03:56 +07:00
7b6cfee31d
Set ./cmd/server/admin.go
as entrypoint to server build
2024-05-18 18:42:32 +07:00
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