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(buf []byte) ([]byte, error) + func (a *ArithRequest) Unmarshal(b []byte) (uint64, error) + type ArithResponse struct + Pro int32 + func (a *ArithResponse) Marshal(buf []byte) ([]byte, error) + func (a *ArithResponse) Unmarshal(b []byte) (uint64, error)