Versions in this module Expand all Collapse all v1 v1.0.1 Apr 15, 2024 Changes in this version + var File_test_proto protoreflect.FileDescriptor + type HelloRequest struct + Name string + Sub *Sub + func (*HelloRequest) Descriptor() ([]byte, []int) + func (*HelloRequest) ProtoMessage() + func (x *HelloRequest) GetName() string + func (x *HelloRequest) GetSub() *Sub + func (x *HelloRequest) ProtoReflect() protoreflect.Message + func (x *HelloRequest) Reset() + func (x *HelloRequest) String() string + type Sub struct + Name string + func (*Sub) Descriptor() ([]byte, []int) + func (*Sub) ProtoMessage() + func (x *Sub) GetName() string + func (x *Sub) ProtoReflect() protoreflect.Message + func (x *Sub) Reset() + func (x *Sub) String() string v1.0.0 Apr 15, 2024 Changes in this version + func BindForm(req *http.Request, target interface{}) error + func BindQuery(vars url.Values, target interface{}) error + func EncodeURL(pathTemplate string, msg proto.Message, needQuery bool) string