servicechecker/pkg/grpcconn/protoset.go

15 lines
263 B
Go
Raw Permalink Normal View History

//go:build ignore
package grpcconn
import (
"github.com/jhump/protoreflect/desc"
"google.golang.org/protobuf/proto"
)
var protoSets = map[string]*desc.FileDescriptor
func GetMessage(service string, method string) (proto.Message, error) {
return nil, nil
}