aboutsummaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Collapse)Author
2021-07-04Simplify project structureGrégoire Duchêne
2021-07-04Check and log more possible errorsGrégoire Duchêne
2021-06-02Fix configuration unmarshalling issuev0.2.1Grégoire Duchêne
A YAML string cannot be unmarshalled to a []byte. Also, add a test for this.
2021-03-14Move Twilio authn code into its own packageGrégoire Duchêne
2021-02-19Add end-to-end testsv0.1.0Grégoire Duchêne
2021-02-19Fix broken testsGrégoire Duchêne
2021-02-19Use Request.URL.Path instead of Request.RequestURIGrégoire Duchêne
2021-02-19Use Header.GetGrégoire Duchêne
2020-11-29First draft of the serviceGrégoire Duchêne
This version is pretty basic but it works.