Documentation
¶
Index ¶
- func ExecuteVoid(r *Retrier, retryOn []wire.ErrKind, op func() *wire.WireError, ...) *wire.WireError
- func ExecuteWithResult[T any](r *Retrier, retryOn []wire.ErrKind, op func() (*T, *wire.WireError), ...) (*T, *wire.WireError)
- func WithID(id string) option
- type Client
- type ClientWire
- type Retrier
- type ServerWire
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteVoid ¶
func ExecuteWithResult ¶
Types ¶
type ClientWire ¶
type ClientWire struct {
*internal.ProtobufTCPWire
}
func NewClientWire ¶
func (*ClientWire) Close ¶
func (cw *ClientWire) Close()
type ServerWire ¶
type ServerWire struct {
*internal.ProtobufTCPWire
}
func NewServerWire ¶
func (*ServerWire) Close ¶
func (sw *ServerWire) Close()
Click to show internal directories.
Click to hide internal directories.