Documentation
¶
Overview ¶
This package defines the structures for a stage to connect and invoke a remote method.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn interface { Call(ctx context.Context, req message.Instance) (message.Instance, error) Close() error }
Conn represents an rpc connection with a remote method that can be used to call the method.
type ResolveFunc ¶
Click to show internal directories.
Click to hide internal directories.