Versions in this module Expand all Collapse all v0 v0.0.4 Feb 8, 2021 v0.0.3 Feb 1, 2021 v0.0.2 Jan 30, 2021 v0.0.1 Jan 16, 2021 Changes in this version + type Arith struct + func (a *Arith) Multiply(req *ArithRequest, res *ArithResponse) error + type ArithRequest struct + A int32 + B int32 + func (a *ArithRequest) Marshal() ([]byte, error) + func (a *ArithRequest) MarshalTo(buf []byte) (int, error) + func (a *ArithRequest) Size() int + func (a *ArithRequest) Unmarshal(data []byte) error + type ArithResponse struct + Pro int32 + func (a *ArithResponse) Marshal() ([]byte, error) + func (a *ArithResponse) MarshalTo(buf []byte) (int, error) + func (a *ArithResponse) Size() int + func (a *ArithResponse) Unmarshal(data []byte) error