Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Provide(NewReceiver), )
Module for fx.
Functions ¶
Types ¶
type Receiver ¶
type Receiver struct {
// contains filtered or unexported fields
}
Receiver for HTTP.
func NewReceiver ¶ added in v1.173.0
NewReceiver for HTTP.
type ReceiverFunc ¶ added in v1.173.0
ReceiverFunc for HTTP.
type SenderOption ¶ added in v1.138.0
type SenderOption interface {
// contains filtered or unexported methods
}
SenderOption for HTTP.
func WithSenderRoundTripper ¶ added in v1.138.0
func WithSenderRoundTripper(rt http.RoundTripper) SenderOption
WithSenderRoundTripper for HTTP.
Click to show internal directories.
Click to hide internal directories.