Home
last modified time | relevance | path

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

/dports/security/vault/vault-1.8.2/vendor/gopkg.in/resty.v1/
H A Dclient_test.go512 c.OnRequestLog(func(r *RequestLog) error {
540 c.OnRequestLog(func(r *RequestLog) error { return errors.New("request test error") })
547 c.OnRequestLog(nil)
H A Dclient.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/security/lego/lego-4.5.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go501 c.OnRequestLog(func(r *RequestLog) error {
529 c.OnRequestLog(func(r *RequestLog) error { return errors.New("request test error") })
536 c.OnRequestLog(nil)
H A Dclient.go378 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-resty/resty/v2/
H A Dclient_test.go501 c.OnRequestLog(func(r *RequestLog) error {
529 c.OnRequestLog(func(r *RequestLog) error { return errors.New("request test error") })
536 c.OnRequestLog(nil)
H A Dclient.go378 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/sysutils/consul/consul-1.10.3/vendor/gopkg.in/resty.v1/
H A Dclient.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) 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.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) 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.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/sysutils/nomad/nomad-1.1.0/vendor/gopkg.in/resty.v1/
H A Dclient.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/gopkg.in/resty.v1/
H A Dclient.go390 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-resty/resty/v2/
H A Dclient.go378 func (c *Client) OnRequestLog(rl func(*RequestLog) error) *Client { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/go-resty/resty/v2/
H A Dclient.go456 func (c *Client) OnRequestLog(rl RequestLogCallback) *Client { func