Home
last modified time | relevance | path

Searched defs:Ticker (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/finance/cointop/cointop-1.5.4/vendor/github.com/miguelmota/go-coinmarketcap/go-coinmarketcap-0.1.5/v1/types/
H A Dtypes.go4 type Ticker struct { struct
5 ID string `json:"id"`
6 Name string `json:"name"`
7 Symbol string `json:"symbol"`
8 Rank int `json:"rank,string"`
9 PriceUSD float64 `json:"price_usd,string"`
10 PriceBTC float64 `json:"price_btc,string"`
11 USD24HVolume float64 `json:"24h_volume_usd,string"`
12 MarketCapUSD float64 `json:"market_cap_usd,string"`
14 TotalSupply float64 `json:"total_supply,string"`
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Dticker.go19 type Ticker struct { struct
20 C chan time.Time
21 clock clock.Clock
22 last time.Time
23 offset time.Duration
24 newOffset chan time.Duration
25 intervalSec int64
26 paused bool
43 func (t *Ticker) run() {
69 func (t *Ticker) Pause() {
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/cenkalti/backoff/v4/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 ctx context.Context
18 timer Timer
19 stop chan struct{}
20 stopOnce sync.Once
54 func (t *Ticker) Stop() {
58 func (t *Ticker) run() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/cenkalti/backoff/v4/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 ctx context.Context
18 timer Timer
19 stop chan struct{}
20 stopOnce sync.Once
54 func (t *Ticker) Stop() {
58 func (t *Ticker) run() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cenkalti/backoff/v4/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 ctx context.Context
18 timer Timer
19 stop chan struct{}
20 stopOnce sync.Once
54 func (t *Ticker) Stop() {
58 func (t *Ticker) run() {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cenkalti/backoff/v4/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 ctx context.Context
18 timer Timer
19 stop chan struct{}
20 stopOnce sync.Once
54 func (t *Ticker) Stop() {
58 func (t *Ticker) run() {
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/cenkalti/backoff/v4/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 ctx context.Context
18 timer Timer
19 stop chan struct{}
20 stopOnce sync.Once
51 func (t *Ticker) Stop() {
55 func (t *Ticker) run() {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/cenkalti/backoff/v4/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 ctx context.Context
18 timer Timer
19 stop chan struct{}
20 stopOnce sync.Once
54 func (t *Ticker) Stop() {
58 func (t *Ticker) run() {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/cenkalti/backoff/v4/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 ctx context.Context
18 timer Timer
19 stop chan struct{}
20 stopOnce sync.Once
54 func (t *Ticker) Stop() {
58 func (t *Ticker) run() {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/cenkalti/backoff/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOffContext
17 stop chan struct{}
18 stopOnce sync.Once
42 func (t *Ticker) Stop() {
46 func (t *Ticker) run() {
70 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-auth-kerberos/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-couchbase/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vault-plugin-database-elasticsearch/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/cenkalti/backoff/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 stop chan struct{}
18 stopOnce sync.Once
38 func (t *Ticker) Stop() {
42 func (t *Ticker) run() {
65 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/security/gopass/gopass-1.13.0/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/alertmanager/vendor/github.com/cenkalti/backoff/
H A Dticker.go12 type Ticker struct { struct
13 C <-chan time.Time
14 c chan time.Time
15 b BackOffContext
16 stop chan struct{}
17 stopOnce sync.Once
40 func (t *Ticker) Stop() {
44 func (t *Ticker) run() {
68 func (t *Ticker) send(tick time.Time) <-chan time.Time {
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/backoff/
H A Dticker.go13 type Ticker struct { struct
14 C <-chan time.Time
15 c chan time.Time
16 b BackOff
17 stop chan struct{}
18 stopOnce sync.Once
38 func (t *Ticker) Stop() {
42 func (t *Ticker) run() {
65 func (t *Ticker) send(tick time.Time) <-chan time.Time {

12345678910>>...15