Home
last modified time | relevance | path

Searched refs:OnResponseLog (Results 1 – 16 of 16) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/gopkg.in/resty.v1/
H A Dclient_test.go517 c.OnResponseLog(func(r *ResponseLog) error {
548 c.OnResponseLog(func(r *ResponseLog) error { return errors.New("response test error") })
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/security/lego/lego-4.5.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go506 c.OnResponseLog(func(r *ResponseLog) error {
537 c.OnResponseLog(func(r *ResponseLog) error { return errors.New("response test error") })
H A Dclient.go389 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go506 c.OnResponseLog(func(r *ResponseLog) error {
537 c.OnResponseLog(func(r *ResponseLog) error { return errors.New("response test error") })
H A Dclient.go389 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/sysutils/consul/consul-1.10.3/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/linode/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/sysutils/nomad/nomad-1.1.0/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go400 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-resty/resty/v2/
H A Dclient.go389 func (c *Client) OnResponseLog(rl func(*ResponseLog) error) *Client { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/go-resty/resty/v2/
H A Dclient.go467 func (c *Client) OnResponseLog(rl ResponseLogCallback) *Client { func