Versions in this module Expand all Collapse all v0 v0.1.0 Mar 26, 2025 Changes in this version + const Name + func NewTransport(logger log.Logger, _ *orb.Config) (orb.TransportType, error) + type Transport struct + func (t *Transport) Name() string + func (t *Transport) Request(ctx context.Context, infos client.RequestInfos, req any, result any, ...) error + func (t *Transport) Start() error + func (t *Transport) Stop(_ context.Context) error + func (t *Transport) Stream(ctx context.Context, infos client.RequestInfos, opts *client.CallOptions) (client.StreamIface[any, any], error)