Documentation ¶ Index ¶ Variables type Deps func Default() Deps func (d Deps) Inject(ctx context.Context) context.Context type RoundTripFunc func (f RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ View Source var StatusOK int = 200 Functions ¶ This section is empty. Types ¶ type Deps ¶ added in v0.142.0 type Deps struct { flux.Deps // contains filtered or unexported fields } func Default ¶ func Default() Deps func (Deps) Inject ¶ added in v0.142.0 func (d Deps) Inject(ctx context.Context) context.Context type RoundTripFunc ¶ type RoundTripFunc func(req *http.Request) *http.Response func (RoundTripFunc) RoundTrip ¶ func (f RoundTripFunc) RoundTrip(req *http.Request) (*http.Response, error) Source Files ¶ View all Source files dependencies.go Click to show internal directories. Click to hide internal directories.