Skip to content

Commit 4d72763

Browse files
committed
remove swagger generation
1 parent fe8df9f commit 4d72763

3 files changed

Lines changed: 1 addition & 3377 deletions

File tree

magefiles/buf.gen.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,4 @@ plugins:
3030
"github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway",
3131
]
3232
out: "../proto"
33-
opt: "paths=source_relative"
34-
# Openapi V2
35-
- out: "../proto"
36-
local:
37-
[
38-
"go",
39-
"run",
40-
"github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2",
41-
]
42-
strategy: "all"
43-
opt: "allow_merge=true"
33+
opt: "paths=source_relative"

magefiles/tools.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
_ "github.com/envoyproxy/protoc-gen-validate"
99
_ "github.com/golangci/golangci-lint/cmd/golangci-lint"
1010
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway"
11-
_ "github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2"
1211
_ "github.com/planetscale/vtprotobuf/cmd/protoc-gen-go-vtproto"
1312
_ "golang.org/x/vuln/cmd/govulncheck"
1413
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"

0 commit comments

Comments
 (0)