package imported
import "github.com/gogo/protobuf/test/importcustom-issue389/imported"
Index ¶
- Variables
- type A
- func NewPopulatedA(r randyA, easy bool) *A
- func (*A) Descriptor() ([]byte, []int)
- func (this *A) Equal(that interface{}) bool
- func (m *A) GetF1() string
- func (m *A) Marshal() (dAtA []byte, err error)
- func (m *A) MarshalTo(dAtA []byte) (int, error)
- func (m *A) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*A) ProtoMessage()
- func (m *A) Reset()
- func (m *A) Size() (n int)
- func (m *A) String() string
- func (m *A) Unmarshal(dAtA []byte) error
- func (m *A) XXX_DiscardUnknown()
- func (m *A) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *A) XXX_Merge(src proto.Message)
- func (m *A) XXX_Size() int
- func (m *A) XXX_Unmarshal(b []byte) error
- type B
Variables ¶
var ( ErrInvalidLengthA = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowA = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupA = fmt.Errorf("proto: unexpected end of group") )
Types ¶
type A ¶
type A struct { F1 string `protobuf:"bytes,1,opt,name=f1,proto3" json:"f1,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func NewPopulatedA ¶
func (*A) Descriptor ¶
func (*A) Equal ¶
func (*A) GetF1 ¶
func (*A) Marshal ¶
func (*A) MarshalTo ¶
func (*A) MarshalToSizedBuffer ¶
func (*A) ProtoMessage ¶
func (*A) ProtoMessage()
func (*A) Reset ¶
func (m *A) Reset()
func (*A) Size ¶
func (*A) String ¶
func (*A) Unmarshal ¶
func (*A) XXX_DiscardUnknown ¶
func (m *A) XXX_DiscardUnknown()
func (*A) XXX_Marshal ¶
func (*A) XXX_Merge ¶
func (*A) XXX_Size ¶
func (*A) XXX_Unmarshal ¶
type B ¶
type B struct { A }
func NewPopulatedB ¶
func NewPopulatedB(r randyA) *B
func (B) Equal ¶
func (B) Marshal ¶
func (B) MarshalJSON ¶
func (B) Size ¶
func (*B) Unmarshal ¶
func (*B) UnmarshalJSON ¶
Source Files ¶
- Version
- v1.3.2 (latest)
- Published
- Jan 10, 2021
- Platform
- js/wasm
- Imports
- 8 packages
- Last checked
- 2 days ago –
Tools for package owners.