Documentation ¶
Index ¶
- Variables
- type Bar
- func (*Bar) Descriptor() ([]byte, []int)
- func (m *Bar) GetBaz() []Foo
- func (*Bar) ProtoMessage()
- func (m *Bar) Reset()
- func (m *Bar) String() string
- func (m *Bar) XXX_DiscardUnknown()
- func (m *Bar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Bar) XXX_Merge(src proto.Message)
- func (m *Bar) XXX_Size() int
- func (m *Bar) XXX_Unmarshal(b []byte) error
- type Foo
Constants ¶
This section is empty.
Variables ¶
View Source
var Foo_name = map[int32]string{
0: "ABC",
1: "DEF",
2: "GHI",
3: "JKL",
4: "MNO",
5: "PQR",
6: "STU",
7: "VWX",
8: "Y_Z",
}
View Source
var Foo_value = map[string]int32{
"ABC": 0,
"DEF": 1,
"GHI": 2,
"JKL": 3,
"MNO": 4,
"PQR": 5,
"STU": 6,
"VWX": 7,
"Y_Z": 8,
}
Functions ¶
This section is empty.
Types ¶
type Bar ¶
type Bar struct { Baz []Foo `protobuf:"varint,1,rep,name=baz,enum=jhump.protoreflect.desc.Foo" json:"baz,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Bar) Descriptor ¶
func (*Bar) ProtoMessage ¶
func (*Bar) ProtoMessage()
func (*Bar) XXX_DiscardUnknown ¶
func (m *Bar) XXX_DiscardUnknown()
func (*Bar) XXX_Unmarshal ¶
Click to show internal directories.
Click to hide internal directories.