protobuf - ActiveState ActiveGo 1.8
...

Package protobuf

import "github.com/onsi/gomega/ghttp/protobuf"
Overview
Index

Overview ▾

Package protobuf is a generated protocol buffer package.

It is generated from these files:

simple_message.proto

It has these top-level messages:

SimpleMessage

type SimpleMessage

type SimpleMessage struct {
    Description      *string `protobuf:"bytes,1,req,name=description" json:"description,omitempty"`
    Id               *int32  `protobuf:"varint,2,req,name=id" json:"id,omitempty"`
    Metadata         *string `protobuf:"bytes,3,opt,name=metadata" json:"metadata,omitempty"`
    XXX_unrecognized []byte  `json:"-"`
}

func (*SimpleMessage) GetDescription

func (m *SimpleMessage) GetDescription() string

func (*SimpleMessage) GetId

func (m *SimpleMessage) GetId() int32

func (*SimpleMessage) GetMetadata

func (m *SimpleMessage) GetMetadata() string

func (*SimpleMessage) ProtoMessage

func (*SimpleMessage) ProtoMessage()

func (*SimpleMessage) Reset

func (m *SimpleMessage) Reset()

func (*SimpleMessage) String

func (m *SimpleMessage) String() string