filedotname - ActiveState ActiveGo 1.8
...

Package filedotname

import "github.com/gogo/protobuf/test/filedotname"
Overview
Index

Overview ▾

Package filedotname is a generated protocol buffer package.

It is generated from these files:

file.dot.proto

It has these top-level messages:

M

func FileDotDescription

func FileDotDescription() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)

type M

type M struct {
    A                *string `protobuf:"bytes,1,opt,name=a" json:"a,omitempty"`
    XXX_unrecognized []byte  `json:"-"`
}

func NewMFromFace

func NewMFromFace(that MFace) *M

func NewPopulatedM

func NewPopulatedM(r randyFileDot, easy bool) *M

func (*M) Description

func (this *M) Description() (desc *github_com_gogo_protobuf_protoc_gen_gogo_descriptor.FileDescriptorSet)

func (*M) Descriptor

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

func (*M) Equal

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

func (*M) GetA

func (this *M) GetA() *string

func (*M) GoString

func (this *M) GoString() string

func (*M) Proto

func (this *M) Proto() github_com_gogo_protobuf_proto.Message

func (*M) ProtoMessage

func (*M) ProtoMessage()

func (*M) Reset

func (m *M) Reset()

func (*M) Size

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

func (*M) String

func (this *M) String() string

func (*M) TestProto

func (this *M) TestProto() github_com_gogo_protobuf_proto.Message

func (*M) VerboseEqual

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

type MFace

type MFace interface {
    Proto() github_com_gogo_protobuf_proto.Message
    GetA() *string
}