https://github.com/hixraid/protos
https://github.com/hixraid/protos
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hixraid/protos
- Owner: HixRaid
- Created: 2024-01-13T19:50:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-09T19:22:32.000Z (about 1 year ago)
- Last Synced: 2025-01-22T21:25:52.177Z (5 months ago)
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📒 Protos
This repository provides a place for version control and team collaboration on protobuf files.
## 💡 Todo
> Implementation [github.com/hixraid/todo](https://github.com/hixraid/todo)
### 🗂️ [list.proto](api/todo/list.proto)
- `CreateRequest` → rpc Create → `CreateResponse`
- `GetRequest` → rpc Get → `GetResponse`
- `GetAllRequest` → rpc GetAll → `GetAllResponse`
- `UpdateRequest` → rpc Update → `UpdateResponse`
- `DeleteRequest` → rpc Delete → `DeleteResponse`### 🗂️ [step.proto](api/todo/step.proto)
- `CreateRequest` → rpc Create → `CreateResponse`
- `GetRequest` → rpc Get → `GetGetResponse`
- `GetAllRequest` → rpc GetAllByListId → `GetAllResponse`
- `UpdateRequest` → rpc Update → `UpdateResponse`
- `DeleteRequest` → rpc Delete → `DeleteResponse`### 🗂️ [task.proto](api/todo/task.proto)
- `CreateRequest` → rpc Create → `CreateResponse`
- `GetRequest` → rpc Get → `GetResponse`
- `GetAllRequest` → rpc GetAllByListId → `GetAllResponse`
- `UpdateRequest` → rpc Update → `UpdateResponse`
- `DeleteRequest` → rpc Delete → `DeleteResponse`