package sub2
import "github.com/grpc-ecosystem/grpc-gateway/examples/internal/proto/sub2"
Index ¶
- type IdMessage
- func (*IdMessage) Descriptor() ([]byte, []int)
- func (m *IdMessage) GetUuid() string
- func (*IdMessage) ProtoMessage()
- func (m *IdMessage) Reset()
- func (m *IdMessage) String() string
- func (m *IdMessage) XXX_DiscardUnknown()
- func (m *IdMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IdMessage) XXX_Merge(src proto.Message)
- func (m *IdMessage) XXX_Size() int
- func (m *IdMessage) XXX_Unmarshal(b []byte) error
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) GetUuid ¶
func (*IdMessage) ProtoMessage ¶
func (*IdMessage) ProtoMessage()
func (*IdMessage) Reset ¶
func (m *IdMessage) Reset()
func (*IdMessage) String ¶
func (*IdMessage) XXX_DiscardUnknown ¶
func (m *IdMessage) XXX_DiscardUnknown()
func (*IdMessage) XXX_Marshal ¶
func (*IdMessage) XXX_Merge ¶
func (*IdMessage) XXX_Size ¶
func (*IdMessage) XXX_Unmarshal ¶
Source Files ¶
- Version
- v1.16.0 (latest)
- Published
- Oct 28, 2020
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 3 days ago –
Tools for package owners.