Skip to content

Commit c56ced9

Browse files
docs: add protoc-gen-go-client to installation and structure docs
- Add client plugin to simple-api example installation instructions - Update CONTRIBUTING.md repository structure with clientgen package Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 171645d commit c56ced9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,11 @@ Understanding the project structure helps you contribute effectively:
177177
sebuf/
178178
├── cmd/ # Command-line tools
179179
│ ├── protoc-gen-go-http/ # HTTP handler generator
180+
│ ├── protoc-gen-go-client/ # HTTP client generator
180181
│ └── protoc-gen-openapiv3/ # OpenAPI spec generator
181182
├── internal/ # Internal packages
182183
│ ├── httpgen/ # HTTP generation logic
184+
│ ├── clientgen/ # HTTP client generation logic
183185
│ └── openapiv3/ # OpenAPI generation logic
184186
├── proto/ # Protobuf definitions
185187
├── http/ # Generated HTTP annotations

examples/simple-api/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ brew install bufbuild/buf/buf
3535

3636
# Install sebuf tools
3737
go install github.com/SebastienMelki/sebuf/cmd/protoc-gen-go-http@latest
38+
go install github.com/SebastienMelki/sebuf/cmd/protoc-gen-go-client@latest
3839
go install github.com/SebastienMelki/sebuf/cmd/protoc-gen-openapiv3@latest
3940
```
4041

0 commit comments

Comments
 (0)