MCPcopy
hub / github.com/grpc-ecosystem/grpc-gateway / SetMergeFileName

Method SetMergeFileName

internal/descriptor/registry.go:539–541  ·  view source on GitHub ↗

SetMergeFileName controls the target OpenAPI file name out of multiple protos

(mergeFileName string)

Source from the content-addressed store, hash-verified

537
538// SetMergeFileName controls the target OpenAPI file name out of multiple protos
539func (r *Registry) SetMergeFileName(mergeFileName string) {
540 r.mergeFileName = mergeFileName
541}
542
543// SetIncludePackageInTags controls whether the package name defined in the `package` directive
544// in the proto file can be prepended to the gRPC service name in the `Tags` field of every operation.

Callers 1

mainFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected