Versions in this module Expand all Collapse all v0 v0.1.2 Apr 17, 2024 v0.1.1 Apr 16, 2024 Changes in this version + type RequestContext struct + RequestID string + TraceID string + type Service struct + func NewService(rpcClient *rpc.Client, timeout int64) *Service + func (svc *Service) Invoke(request any, response any, requestCtx RequestContext) error + func (svc *Service) InvokeJSON(request []byte, requestCtx RequestContext) ([]byte, error)