aboutsummaryrefslogtreecommitdiff
path: root/endpoint_test.go
Commit message (Collapse)AuthorAgeFilesLines
* moved endpoint type into typesRasmus Dahlberg2021-06-011-48/+0
|
* resolved TODO commentsRasmus Dahlberg2021-03-011-5/+5
|
* added deadline matcherRasmus Dahlberg2021-03-011-5/+30
| | | | Test that gRPC calls have deadlines.
* major refactor based on README.md and TODOsRasmus Dahlberg2021-02-251-0/+504
Updated types, improved units tests, isolated most test data to have it in one place, renamed and created new files to improve readability, and fixed a bunch of minor TODOs.