Versions in this module Expand all Collapse all v0 v0.0.1 Nov 26, 2021 Changes in this version + type Bar struct + Field1 *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Bar) Descriptor() ([]byte, []int) + func (*Bar) ProtoMessage() + func (m *Bar) GetField1() string + 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 BarFast struct + Field1 *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BarFast) Descriptor() ([]byte, []int) + func (*BarFast) ProtoMessage() + func (m *BarFast) GetField1() string + func (m *BarFast) Marshal() (dAtA []byte, err error) + func (m *BarFast) MarshalTo(dAtA []byte) (int, error) + func (m *BarFast) MarshalToSizedBuffer(dAtA []byte) (int, error) + func (m *BarFast) Reset() + func (m *BarFast) Size() (n int) + func (m *BarFast) String() string + func (m *BarFast) XXX_DiscardUnknown() + func (m *BarFast) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BarFast) XXX_Merge(src proto.Message) + func (m *BarFast) XXX_Size() int + func (m *BarFast) XXX_Unmarshal(b []byte) error + func (this *BarFast) Equal(that interface{}) bool