Documentation ¶
Index ¶
- type CleaningCode
- func (*CleaningCode) Descriptor() ([]byte, []int)
- func (m *CleaningCode) GetDescription() string
- func (m *CleaningCode) GetId() string
- func (*CleaningCode) ProtoMessage()
- func (m *CleaningCode) Reset()
- func (m *CleaningCode) String() string
- func (m *CleaningCode) XXX_DiscardUnknown()
- func (m *CleaningCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CleaningCode) XXX_Merge(src proto.Message)
- func (m *CleaningCode) XXX_Size() int
- func (m *CleaningCode) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleaningCode ¶
type CleaningCode struct { // @gotags: dynamo:"CleaningCodeID" Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // @gotags: dynamo:"CleaningCodeDescription" Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CleaningCode) Descriptor ¶
func (*CleaningCode) Descriptor() ([]byte, []int)
func (*CleaningCode) GetDescription ¶
func (m *CleaningCode) GetDescription() string
func (*CleaningCode) GetId ¶
func (m *CleaningCode) GetId() string
func (*CleaningCode) ProtoMessage ¶
func (*CleaningCode) ProtoMessage()
func (*CleaningCode) Reset ¶
func (m *CleaningCode) Reset()
func (*CleaningCode) String ¶
func (m *CleaningCode) String() string
func (*CleaningCode) XXX_DiscardUnknown ¶
func (m *CleaningCode) XXX_DiscardUnknown()
func (*CleaningCode) XXX_Marshal ¶
func (m *CleaningCode) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CleaningCode) XXX_Merge ¶
func (m *CleaningCode) XXX_Merge(src proto.Message)
func (*CleaningCode) XXX_Size ¶
func (m *CleaningCode) XXX_Size() int
func (*CleaningCode) XXX_Unmarshal ¶
func (m *CleaningCode) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.