aerospike-client-go replace

/* * Copyright 2014-2021 Aerospike, Inc. * * Portions may be licensed to Aerospike, Inc. under one or more contributor * license agreements. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in

NATS bench_test

// Copyright 2012-2020 The NATS Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses
  • Views: 3
  • Keywords: NATS,

dot config

// Copyright (C) 2018 rameshvk. All rights reserved. // Use of this source code is governed by a MIT-style license // that can be found in the LICENSE file. package sync import ( "time" "github.com/dotchain/dot/log" "github.com/dotchain/dot/ops" )
  • Views: 3
  • Keywords: dot,

redis pubsub_test

package redis_test import ( "io" "net" "sync" "time" . "github.com/bsm/ginkgo/v2" . "github.com/bsm/gomega" "github.com/redis/go-redis/v9" ) var _ = Describe("PubSub", func() { var client *redis.Client BeforeEach(func() { opt := redisOpti
  • Views: 1
  • Keywords: redis,

micro dep.pb

// Code generated by protoc-gen-go. DO NOT EDIT. // source: test/dep-test/dep-test-service/proto/dep/dep.proto package service_dep import ( context "context" fmt "fmt" proto "github.com/golang/protobuf/proto" grpc "google.golang.org/grpc" codes "g
  • Views: 4
  • Keywords: micro,

NATS server status request url 08 key

-----BEGIN RSA PRIVATE KEY----- MIIEowIBAAKCAQEAuDPg2JZudC65wAhHA8hQ/PydGDk8V7ocO1RDKFTp7Lw0Jb5U z/kPF5PnZ763kKUA8AIp88AKTxFw4+GTiQJRV5Mg4mvprHzHHkqk1fTSfvWQU4Nj ancDRmevCNf9k5H272saSUTNi6wE7vay8nKNEgsWlsJUVGrQHreSXc8VKgNtSl3Q nc9mumtPHPfS98DvtAWZzCRfTMp
  • Views: 3
  • Keywords: NATS,

grpc-go retry_test

/* * * Copyright 2018 gRPC authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lic

mgm base

package field import "go.mongodb.org/mongo-driver/bson" // ID field is constant for referencing the "_id" field name. const ID = "_id" // Empty is a predefined empty map. var Empty = bson.M{} // TODO: Extract all field names from : // cont.todo: http
  • Views: 3
  • Keywords: mgm,

redis main_test

package redis_test import ( "fmt" "net" "os" "os/exec" "path/filepath" "sync" "testing" "time" . "github.com/bsm/ginkgo/v2" . "github.com/bsm/gomega" "github.com/redis/go-redis/v9" ) const ( redisSecondaryPort = "6381" ) const ( ringSha
  • Views: 3
  • Keywords: redis,

ydb-go-sdk database

package main import ( "context" "fmt" "log" "os" "path" "time" "github.com/ydb-platform/ydb-go-sdk/v3" "github.com/ydb-platform/ydb-go-sdk/v3/table" "github.com/ydb-platform/ydb-go-sdk/v3/topic/topicoptions" "github.com/ydb-platform/ydb-go-sd