aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod (follow)
Commit message (Collapse)AuthorAgeFilesLines
* https support-WIPterminaldweller2021-09-111-2/+0
|
* go mod update and postman update [ci skip]terminaldweller2021-07-221-0/+2
|
* added graceful shutdown.fixed the -help crashing problem. wasnt setting the ↵terminaldweller2021-03-131-0/+1
| | | | content type. added CRUD for the alert endpoint. now using gorilla mux for routing.
* added a new endpoint for changelly. added somewhat decent logging. cleaned ↵terminaldweller2021-02-251-0/+1
| | | | up the code a bit. the secrets are all environment variables now since we want publicly availale CI. the api and postman docs are added. added travis integration.
* removed the expression parser. using a lib now. the addalert endpoint is ↵terminaldweller2021-02-231-0/+10
working. alert messages about fullfilment in tg now. using redis as db to keep the alerts in.