Skip to content

Commit

Permalink
rename from dispatch-sdk-protobuf to dispatch-proto (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
achille-roussel authored Mar 1, 2024
2 parents 2f57475 + 01cac7c commit 5179606
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-breaking-action@v1
with:
against: https://github.com/stealthrocket/dispatch-sdk-protobuf.git#branch=${{ env.GITHUB_BASE_REF || 'main' }}
against: https://github.com/stealthrocket/dispatch-proto.git#branch=${{ env.GITHUB_BASE_REF || 'main' }}

push:
runs-on: ubuntu-latest
Expand Down
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
<p align="center">
<img src="https://github.com/stealthrocket/dispatch-sdk-protobuf/assets/865510/87162355-e184-4058-a733-650eee53f333" width="160"/>
<img src="https://github.com/stealthrocket/dispatch-proto/assets/865510/87162355-e184-4058-a733-650eee53f333" width="160"/>
</p>

# Dispatch SDK
# Protobuf definitions for Dispatch

[![Build](https://github.com/stealthrocket/dispatch-sdk-protobuf/actions/workflows/buf.yml/badge.svg)](https://github.com/stealthrocket/dispatch-sdk-protobuf/actions/workflows/buf.yml)
[![Docs](https://img.shields.io/badge/API-reference-lightblue.svg)](https://buf.build/stealthrocket/dispatch-sdk/docs/main:dispatch.sdk.v1)
[![Build](https://github.com/stealthrocket/dispatch-proto/actions/workflows/buf.yml/badge.svg)](https://github.com/stealthrocket/dispatch-proto/actions/workflows/buf.yml)
[![Docs](https://img.shields.io/badge/API-reference-lightblue.svg)](https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1)

This module contains the protobuf definitions for the Dispatch SDK.
This module contains the protobuf definitions to integrate with the Dispatch
platform.

[connectrpc]: https://connectrpc.com/
[grpc]: https://grpc.io/
[http-signatures]: https://datatracker.ietf.org/doc/draft-ietf-httpbis-message-signatures/19/
[signup]: https://docs.stealthrocket.cloud/stateful-functions/getting-started
[rpc-dispatch]: https://buf.build/stealthrocket/dispatch-sdk/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.DispatchService.Dispatch
[rpc-function]: https://buf.build/stealthrocket/dispatch-sdk/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.FunctionService.Run
[rpc-dispatch]: https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.DispatchService.Dispatch
[rpc-function]: https://buf.build/stealthrocket/dispatch-proto/docs/main:dispatch.sdk.v1#dispatch.sdk.v1.FunctionService.Run

- [What is Dispatch?](#what-is-dispatch)
- [Authentication](#authentication)
Expand Down
2 changes: 1 addition & 1 deletion buf.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version: v1
name: buf.build/stealthrocket/dispatch-sdk
name: buf.build/stealthrocket/dispatch-proto
deps:
- buf.build/bufbuild/protovalidate
breaking:
Expand Down

0 comments on commit 5179606

Please sign in to comment.