Versions in this module Expand all Collapse all v1 v1.0.0 Nov 13, 2018 Changes in this version + var ErrIntOverflowPb = fmt.Errorf("proto: integer overflow") + var ErrInvalidLengthPb = fmt.Errorf("proto: negative length found during unmarshaling") + type ContentACK struct + Msg string + Value int32 + func (*ContentACK) Descriptor() ([]byte, []int) + func (*ContentACK) ProtoMessage() + func (m *ContentACK) GetMsg() string + func (m *ContentACK) GetValue() int32 + func (m *ContentACK) Marshal() (dAtA []byte, err error) + func (m *ContentACK) MarshalTo(dAtA []byte) (int, error) + func (m *ContentACK) Reset() + func (m *ContentACK) Size() (n int) + func (m *ContentACK) String() string + func (m *ContentACK) Unmarshal(dAtA []byte) error