Commit 84dd5bb
committed
Initial start on a Connect RPC backend server
This is the initial version of a Connect RPC backend server written in
Go.
At the moment it doesn't support any sort of authentication, that's TBD.
```
curl http://localhost:8080/algobowl.user.v1.UserService/GetUserInfo --header 'Content-Type: application/json' --data '{"username": "jrosenth"}'
{"user":{"id":"28263","username":"jrosenth","email":"jack@rosenth.al","displayName":"Jack
Rosenthal","isAdmin":true}}
```1 parent 1c252fa commit 84dd5bb
File tree
11 files changed
+622
-0
lines changed- gen/algobowl/user/v1
- userv1connect
- proto/algobowl/user/v1
- server
- api
- user
- dbmodel
11 files changed
+622
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments