Openstatus
www.openstatus.dev
1set fallback := true
2
3init:
4 go install github.com/bufbuild/buf/cmd/buf@latest
5 go install github.com/fullstorydev/grpcurl/cmd/grpcurl@latest
6 go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
7 go install connectrpc.com/connect/cmd/protoc-gen-connect-go@latest
8
9buf:
10 pnpm buf
11
12gen-private-location:
13 buf generate --path internal/private_location --template buf.gen.go.yaml
14
15gen-api:
16 buf generate --path api/openstatus --template buf.gen.ts.yaml