...

Package subpkg

import "github.com/gogo/protobuf/test/typedeclimport/subpkg"
Overview
Index

Overview ▾

Package subpkg is a generated protocol buffer package.

It is generated from these files:

subpkg/subpkg.proto

It has these top-level messages:

AnotherMessage

Variables

var (
    ErrInvalidLengthSubpkg = fmt.Errorf("proto: negative length found during unmarshaling")
    ErrIntOverflowSubpkg   = fmt.Errorf("proto: integer overflow")
)

type AnotherMessage

type AnotherMessage struct {
    Foo string `protobuf:"bytes,1,opt,name=foo,proto3" json:"foo,omitempty"`
}

func (*AnotherMessage) Descriptor

func (*AnotherMessage) Descriptor() ([]byte, []int)

func (*AnotherMessage) Equal

func (this *AnotherMessage) Equal(that interface{}) bool

func (*AnotherMessage) GetFoo

func (m *AnotherMessage) GetFoo() string

func (*AnotherMessage) Marshal

func (m *AnotherMessage) Marshal() (dAtA []byte, err error)

func (*AnotherMessage) MarshalTo

func (m *AnotherMessage) MarshalTo(dAtA []byte) (int, error)

func (*AnotherMessage) ProtoMessage

func (*AnotherMessage) ProtoMessage()

func (*AnotherMessage) Reset

func (m *AnotherMessage) Reset()

func (*AnotherMessage) Size

func (m *AnotherMessage) Size() (n int)

func (*AnotherMessage) String

func (m *AnotherMessage) String() string

func (*AnotherMessage) Unmarshal

func (m *AnotherMessage) Unmarshal(dAtA []byte) error

func (*AnotherMessage) VerboseEqual

func (this *AnotherMessage) VerboseEqual(that interface{}) error