Versions in this module Expand all Collapse all v0 v0.0.2 May 10, 2020 v0.0.1 May 10, 2020 Changes in this version + type Protocol interface + ParsePackage func([]byte) (int, int) + RequestPack func(*requestf.RequestPacket) ([]byte, error) + ResponseUnpack func([]byte) (*requestf.ResponsePacket, error) + type Servant interface + TarsSetProtocol func(Protocol) + TarsSetTimeout func(t int) + Tars_invoke func(ctx context.Context, ctype byte, sFuncName string, buf []byte, ...) error