Home
last modified time | relevance | path

Searched defs:testClient (Results 51 – 75 of 431) sorted by relevance

12345678910>>...18

/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/sd/etcd/
H A Dregistrar_test.go12 type testClient struct { struct
13 registerRes error // value returned when Register or Deregister is called
16 func (tc *testClient) GetEntries(prefix string) ([]string, error) {
20 func (tc *testClient) WatchPrefix(prefix string, ch chan struct{}) {
24 func (tc *testClient) Register(s Service) error {
28 func (tc *testClient) Deregister(s Service) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/sd/etcd/
H A Dregistrar_test.go12 type testClient struct { struct
13 registerRes error // value returned when Register or Deregister is called
16 func (tc *testClient) GetEntries(prefix string) ([]string, error) {
20 func (tc *testClient) WatchPrefix(prefix string, ch chan struct{}) {
24 func (tc *testClient) Register(s Service) error {
28 func (tc *testClient) Deregister(s Service) error {
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/sd/consul/
H A Dclient_test.go59 type testClient struct { struct
60 entries []*stdconsul.ServiceEntry
71 …g, _ bool, opts *stdconsul.QueryOptions) ([]*stdconsul.ServiceEntry, *stdconsul.QueryMeta, error) {
96 func (c *testClient) Register(r *stdconsul.AgentServiceRegistration) error {
109 func (c *testClient) Deregister(r *stdconsul.AgentServiceRegistration) error {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java305 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
312 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
317 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
322 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
330 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
335 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
341 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
406 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
444 private void testList(ThriftTest.Client testClient) throws TException { in testList()
453 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java300 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
307 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
312 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
317 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
325 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
330 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
336 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
401 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
439 private void testList(ThriftTest.Client testClient) throws TException { in testList()
448 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/devel/py-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java305 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
312 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
317 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
322 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
330 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
335 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
341 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
406 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
444 private void testList(ThriftTest.Client testClient) throws TException { in testList()
453 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java300 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
307 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
312 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
317 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
325 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
330 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
336 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
401 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
439 private void testList(ThriftTest.Client testClient) throws TException { in testList()
448 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java305 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
312 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
317 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
322 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
330 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
335 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
341 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
406 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
444 private void testList(ThriftTest.Client testClient) throws TException { in testList()
453 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java305 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
312 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
317 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
322 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
330 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
335 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
341 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
406 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
444 private void testList(ThriftTest.Client testClient) throws TException { in testList()
453 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/devel/thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java305 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
312 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
317 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
322 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
330 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
335 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
341 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
406 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
444 private void testList(ThriftTest.Client testClient) throws TException { in testList()
453 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java304 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
311 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
316 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
321 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
329 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
334 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
340 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
405 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
443 private void testList(ThriftTest.Client testClient) throws TException { in testList()
452 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/devel/node-thrift/thrift-0.14.0/lib/java/test/org/apache/thrift/server/
H A DServerTestBase.java305 private void testBool(ThriftTest.Client testClient) throws TException { in testBool()
312 private void testByte(ThriftTest.Client testClient) throws TException { in testByte()
317 private void testDouble(ThriftTest.Client testClient) throws TException { in testDouble()
322 private void testEnum(ThriftTest.Client testClient) throws TException { in testEnum()
330 private void testI32(ThriftTest.Client testClient) throws TException { in testI32()
335 private void testI64(ThriftTest.Client testClient) throws TException { in testI64()
341 private void testInsanity(ThriftTest.Client testClient) throws TException { in testInsanity()
406 ThriftTest.Client testClient = new ThriftTest.Client(protocol); in testIt() local
444 private void testList(ThriftTest.Client testClient) throws TException { in testList()
453 private void testMap(ThriftTest.Client testClient) throws TException { in testMap()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/lightstep/lightstep-tracer-go/cmd/benchmark/
H A Dmain.go68 type testClient struct { struct
69 baseURL string
70 tracer opentracing.Tracer
83 func (t *testClient) getURL(path string) []byte {
100 func (t *testClient) loop() {
147 func (t *testClient) run(control *control) (time.Duration, time.Duration, time.Duration, int64) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/lightstep/lightstep-tracer-go/cmd/benchmark/
H A Dmain.go68 type testClient struct { struct
69 baseURL string
70 tracer opentracing.Tracer
83 func (t *testClient) getURL(path string) []byte {
100 func (t *testClient) loop() {
147 func (t *testClient) run(control *control) (time.Duration, time.Duration, time.Duration, int64) {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/github.com/lightstep/lightstep-tracer-go/cmd/benchmark/
H A Dmain.go68 type testClient struct { struct
69 baseURL string
70 tracer opentracing.Tracer
83 func (t *testClient) getURL(path string) []byte {
100 func (t *testClient) loop() {
147 func (t *testClient) run(control *control) (time.Duration, time.Duration, time.Duration, int64) {
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/prometheus/client_golang/client_golang-5cec1d0429b0/api/prometheus/v1/
H A Dapi_test.go215 type testClient struct { struct
216 *testing.T anonMember
218 ch chan apiClientTest
219 req *http.Request
229 func (c *testClient) URL(ep string, args map[string]string) *url.URL {
233 func (c *testClient) Do(ctx context.Context, req *http.Request) (*http.Response, []byte, error) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/open-policy-agent/opa/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go258 type testClient struct { struct
259 *testing.T anonMember
261 ch chan apiClientTest
262 req *http.Request
272 func (c *testClient) URL(ep string, args map[string]string) *url.URL {
276 func (c *testClient) Do(ctx context.Context, req *http.Request) (*http.Response, []byte, error) {
/dports/www/beehive/beehive-0.4.0/vendor/github.com/prometheus/client_golang/api/prometheus/v1/
H A Dapi_test.go572 type testClient struct { struct
573 *testing.T anonMember
575 ch chan apiClientTest
576 req *http.Request
586 func (c *testClient) URL(ep string, args map[string]string) *url.URL {
590 func (c *testClient) Do(ctx context.Context, req *http.Request) (*http.Response, []byte, error) {

12345678910>>...18