Home
last modified time | relevance | path

Searched refs:realTicker (Results 1 – 25 of 109) sorted by relevance

12345

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/pivotal-golang/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/swarmkit/vendor/github.com/pivotal-golang/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/pivotal-golang/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/net/concourse-fly/concourse-6.7.1/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/pivotal-golang/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/pivotal-golang/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/misc/concourse/concourse-6.7.2/vendor/code.cloudfoundry.org/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/pivotal-golang/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/pivotal-golang/clock/
H A Dticker.go10 type realTicker struct { struct
14 func (t *realTicker) C() <-chan time.Time { argument
18 func (t *realTicker) Stop() { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/k8s.io/utils/clock/
H A Dclock.go100 return &realTicker{
141 type realTicker struct { struct
145 func (r *realTicker) C() <-chan time.Time { argument
149 func (r *realTicker) Stop() { argument
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/metric/controller/push/
H A Dpush.go60 type realTicker struct { struct
65 var _ Ticker = realTicker{}
204 return realTicker{time.NewTicker(period)}
207 func (t realTicker) Stop() { argument
211 func (t realTicker) C() <-chan time.Time { argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/jonboulle/clockwork/
H A Dticker.go16 type realTicker struct{ *time.Ticker } argument
18 func (rt *realTicker) Chan() <-chan time.Time { argument
/dports/www/gitea/gitea-1.16.5/vendor/github.com/jonboulle/clockwork/
H A Dticker.go16 type realTicker struct{ *time.Ticker } argument
18 func (rt *realTicker) Chan() <-chan time.Time { argument
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/jonboulle/clockwork/
H A Dticker.go16 type realTicker struct{ *time.Ticker } argument
18 func (rt *realTicker) Chan() <-chan time.Time { argument
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/jonboulle/clockwork/
H A Dticker.go16 type realTicker struct{ *time.Ticker } argument
18 func (rt *realTicker) Chan() <-chan time.Time { argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/k8s.io/apimachinery/pkg/util/clock/
H A Dclock.go60 return &realTicker{
327 type realTicker struct { struct
331 func (t *realTicker) C() <-chan time.Time { argument
335 func (t *realTicker) Stop() { argument
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/k8s.io/apimachinery/pkg/util/clock/
H A Dclock.go60 return &realTicker{
327 type realTicker struct { struct
331 func (t *realTicker) C() <-chan time.Time { argument
335 func (t *realTicker) Stop() { argument
/dports/net/concourse-fly/concourse-6.7.1/vendor/k8s.io/apimachinery/pkg/util/clock/
H A Dclock.go60 return &realTicker{
327 type realTicker struct { struct
331 func (t *realTicker) C() <-chan time.Time { argument
335 func (t *realTicker) Stop() { argument

12345