Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddressFilter ¶
return false if the provided address is to be filtered out
type Publisher ¶
type Publisher[T peer.ServiceClient, RequestData any] struct { // contains filtered or unexported fields }
func NewPublisher ¶
type Response ¶
type Response struct {
// contains filtered or unexported fields
}
func NewResponse ¶
func (*Response) IsAcknowledged ¶
func (*Response) IsRequestedNodeUnavailable ¶
type SendCallback ¶
type SendFn ¶
type SendFn[T peer.ServiceClient, RequestData any] func(ctx context.Context, data RequestData, client T) (*SendResponse, error)
type SendResponse ¶
Click to show internal directories.
Click to hide internal directories.