Documentation
¶
Index ¶
- Variables
- func ProtofooExample()
- func ReaderExample()
- type CustomerItemAvailability
- func (*CustomerItemAvailability) Descriptor() ([]byte, []int)
- func (this *CustomerItemAvailability) Equal(that interface{}) bool
- func (m *CustomerItemAvailability) GetId() string
- func (m *CustomerItemAvailability) GetName() string
- func (m *CustomerItemAvailability) GetTest() string
- func (this *CustomerItemAvailability) GoString() string
- func (m *CustomerItemAvailability) Marshal() (dAtA []byte, err error)
- func (m *CustomerItemAvailability) MarshalTo(dAtA []byte) (int, error)
- func (m *CustomerItemAvailability) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*CustomerItemAvailability) ProtoMessage()
- func (m *CustomerItemAvailability) Reset()
- func (m *CustomerItemAvailability) Size() (n int)
- func (this *CustomerItemAvailability) String() string
- func (m *CustomerItemAvailability) Unmarshal(dAtA []byte) error
- func (m *CustomerItemAvailability) XXX_DiscardUnknown()
- func (m *CustomerItemAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CustomerItemAvailability) XXX_Merge(src proto.Message)
- func (m *CustomerItemAvailability) XXX_Size() int
- func (m *CustomerItemAvailability) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func ProtofooExample ¶
func ProtofooExample()
ProtofooExample testing to see if we can import go protobuf from somewhere else
Types ¶
type CustomerItemAvailability ¶
type CustomerItemAvailability struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Test string `protobuf:"bytes,3,opt,name=test,proto3" json:"test,omitempty"` }
func (*CustomerItemAvailability) Descriptor ¶
func (*CustomerItemAvailability) Descriptor() ([]byte, []int)
func (*CustomerItemAvailability) Equal ¶
func (this *CustomerItemAvailability) Equal(that interface{}) bool
func (*CustomerItemAvailability) GetId ¶
func (m *CustomerItemAvailability) GetId() string
func (*CustomerItemAvailability) GetName ¶
func (m *CustomerItemAvailability) GetName() string
func (*CustomerItemAvailability) GetTest ¶
func (m *CustomerItemAvailability) GetTest() string
func (*CustomerItemAvailability) GoString ¶
func (this *CustomerItemAvailability) GoString() string
func (*CustomerItemAvailability) Marshal ¶
func (m *CustomerItemAvailability) Marshal() (dAtA []byte, err error)
func (*CustomerItemAvailability) MarshalTo ¶
func (m *CustomerItemAvailability) MarshalTo(dAtA []byte) (int, error)
func (*CustomerItemAvailability) MarshalToSizedBuffer ¶
func (m *CustomerItemAvailability) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*CustomerItemAvailability) ProtoMessage ¶
func (*CustomerItemAvailability) ProtoMessage()
func (*CustomerItemAvailability) Reset ¶
func (m *CustomerItemAvailability) Reset()
func (*CustomerItemAvailability) Size ¶
func (m *CustomerItemAvailability) Size() (n int)
func (*CustomerItemAvailability) String ¶
func (this *CustomerItemAvailability) String() string
func (*CustomerItemAvailability) Unmarshal ¶
func (m *CustomerItemAvailability) Unmarshal(dAtA []byte) error
func (*CustomerItemAvailability) XXX_DiscardUnknown ¶
func (m *CustomerItemAvailability) XXX_DiscardUnknown()
func (*CustomerItemAvailability) XXX_Marshal ¶
func (m *CustomerItemAvailability) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CustomerItemAvailability) XXX_Merge ¶
func (m *CustomerItemAvailability) XXX_Merge(src proto.Message)
func (*CustomerItemAvailability) XXX_Size ¶
func (m *CustomerItemAvailability) XXX_Size() int
func (*CustomerItemAvailability) XXX_Unmarshal ¶
func (m *CustomerItemAvailability) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.