package sub2

import "github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/sub2"

Index

Types

type IdMessage

type IdMessage struct {
	Uuid                 string   `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*IdMessage) Descriptor

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

func (*IdMessage) GetUuid

func (m *IdMessage) GetUuid() string

func (*IdMessage) ProtoMessage

func (*IdMessage) ProtoMessage()

func (*IdMessage) Reset

func (m *IdMessage) Reset()

func (*IdMessage) String

func (m *IdMessage) String() string

func (*IdMessage) XXX_DiscardUnknown

func (m *IdMessage) XXX_DiscardUnknown()

func (*IdMessage) XXX_Marshal

func (m *IdMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*IdMessage) XXX_Merge

func (m *IdMessage) XXX_Merge(src proto.Message)

func (*IdMessage) XXX_Size

func (m *IdMessage) XXX_Size() int

func (*IdMessage) XXX_Unmarshal

func (m *IdMessage) XXX_Unmarshal(b []byte) error

Source Files

message.pb.go

Version
v1.16.0 (latest)
Published
Oct 28, 2020
Platform
linux/amd64
Imports
3 packages
Last checked
3 days ago

Tools for package owners.