mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-21 09:58:18 +02:00
Change project name to "thalos" (working name).
This commit is contained in:
parent
f174863a17
commit
a23661e088
14 changed files with 26 additions and 25 deletions
|
|
@ -3,7 +3,7 @@ package redis_common
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
"thalos/transport"
|
||||
)
|
||||
|
||||
// Key consists of a namespace and a channel.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis_common
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
"thalos/transport"
|
||||
)
|
||||
|
||||
func TestKey_String(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis_common
|
|||
import (
|
||||
"strings"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
"thalos/transport"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ package redis_pubsub
|
|||
import (
|
||||
"context"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
. "eosio-ship-trace-reader/transport/redis_common"
|
||||
"thalos/transport"
|
||||
. "thalos/transport/redis_common"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@ package redis_pubsub
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
. "eosio-ship-trace-reader/transport/redis_common"
|
||||
"thalos/transport"
|
||||
. "thalos/transport/redis_common"
|
||||
|
||||
"github.com/go-redis/redismock/v8"
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
. "eosio-ship-trace-reader/transport/redis_common"
|
||||
"thalos/transport"
|
||||
. "thalos/transport/redis_common"
|
||||
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
. "eosio-ship-trace-reader/transport/redis_common"
|
||||
"thalos/transport"
|
||||
. "thalos/transport/redis_common"
|
||||
|
||||
"github.com/alicebob/miniredis/v2"
|
||||
"github.com/go-redis/redis/v8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue