Documentation ¶
Index ¶
- Variables
- type Bar
- type Bar_Foo
- type Bar_Foo_Bar
- func (*Bar_Foo_Bar) Descriptor() ([]byte, []int)deprecated
- func (x *Bar_Foo_Bar) GetPkgBarFoo() *Bar_Foo
- func (x *Bar_Foo_Bar) GetPkgBarFoo2() *Bar_Foo
- func (x *Bar_Foo_Bar) GetPkgBarFooBar() *Bar_Foo_Bar
- func (x *Bar_Foo_Bar) GetPkgBarFooBar2() *Bar_Foo_Bar
- func (x *Bar_Foo_Bar) GetPkgFoo() *Foo
- func (*Bar_Foo_Bar) ProtoMessage()
- func (x *Bar_Foo_Bar) ProtoReflect() protoreflect.Message
- func (x *Bar_Foo_Bar) Reset()
- func (x *Bar_Foo_Bar) String() string
- type Foo
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_internal_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct { PkgFoo *Foo `protobuf:"bytes,1,opt,name=pkg_foo,json=pkgFoo,proto3" json:"pkg_foo,omitempty"` PkgBarFoo *Bar_Foo `protobuf:"bytes,2,opt,name=pkg_bar_foo,json=pkgBarFoo,proto3" json:"pkg_bar_foo,omitempty"` // contains filtered or unexported fields }
func (*Bar) Descriptor
deprecated
func (*Bar) GetPkgBarFoo ¶
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) ProtoReflect ¶
func (x *Bar) ProtoReflect() protoreflect.Message
type Bar_Foo ¶
type Bar_Foo struct { PkgFoo *Foo `protobuf:"bytes,1,opt,name=pkg_foo,json=pkgFoo,proto3" json:"pkg_foo,omitempty"` PkgBarFoo2 *Bar_Foo `protobuf:"bytes,2,opt,name=pkg_bar_foo2,json=pkgBarFoo2,proto3" json:"pkg_bar_foo2,omitempty"` // contains filtered or unexported fields }
func (*Bar_Foo) Descriptor
deprecated
func (*Bar_Foo) GetPkgBarFoo2 ¶
func (*Bar_Foo) ProtoMessage ¶
func (*Bar_Foo) ProtoMessage()
func (*Bar_Foo) ProtoReflect ¶
func (x *Bar_Foo) ProtoReflect() protoreflect.Message
type Bar_Foo_Bar ¶
type Bar_Foo_Bar struct { PkgFoo *Foo `protobuf:"bytes,1,opt,name=pkg_foo,json=pkgFoo,proto3" json:"pkg_foo,omitempty"` PkgBarFoo *Bar_Foo `protobuf:"bytes,2,opt,name=pkg_bar_foo,json=pkgBarFoo,proto3" json:"pkg_bar_foo,omitempty"` PkgBarFoo2 *Bar_Foo `protobuf:"bytes,3,opt,name=pkg_bar_foo2,json=pkgBarFoo2,proto3" json:"pkg_bar_foo2,omitempty"` PkgBarFooBar *Bar_Foo_Bar `protobuf:"bytes,4,opt,name=pkg_bar_foo_bar,json=pkgBarFooBar,proto3" json:"pkg_bar_foo_bar,omitempty"` PkgBarFooBar2 *Bar_Foo_Bar `protobuf:"bytes,5,opt,name=pkg_bar_foo_bar2,json=pkgBarFooBar2,proto3" json:"pkg_bar_foo_bar2,omitempty"` // contains filtered or unexported fields }
func (*Bar_Foo_Bar) Descriptor
deprecated
func (*Bar_Foo_Bar) Descriptor() ([]byte, []int)
Deprecated: Use Bar_Foo_Bar.ProtoReflect.Descriptor instead.
func (*Bar_Foo_Bar) GetPkgBarFoo ¶
func (x *Bar_Foo_Bar) GetPkgBarFoo() *Bar_Foo
func (*Bar_Foo_Bar) GetPkgBarFoo2 ¶
func (x *Bar_Foo_Bar) GetPkgBarFoo2() *Bar_Foo
func (*Bar_Foo_Bar) GetPkgBarFooBar ¶
func (x *Bar_Foo_Bar) GetPkgBarFooBar() *Bar_Foo_Bar
func (*Bar_Foo_Bar) GetPkgBarFooBar2 ¶
func (x *Bar_Foo_Bar) GetPkgBarFooBar2() *Bar_Foo_Bar
func (*Bar_Foo_Bar) GetPkgFoo ¶
func (x *Bar_Foo_Bar) GetPkgFoo() *Foo
func (*Bar_Foo_Bar) ProtoMessage ¶
func (*Bar_Foo_Bar) ProtoMessage()
func (*Bar_Foo_Bar) ProtoReflect ¶
func (x *Bar_Foo_Bar) ProtoReflect() protoreflect.Message
func (*Bar_Foo_Bar) Reset ¶
func (x *Bar_Foo_Bar) Reset()
func (*Bar_Foo_Bar) String ¶
func (x *Bar_Foo_Bar) String() string
type Foo ¶
type Foo struct {
// contains filtered or unexported fields
}
func (*Foo) Descriptor
deprecated
func (*Foo) ProtoMessage ¶
func (*Foo) ProtoMessage()
func (*Foo) ProtoReflect ¶
func (x *Foo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.