File tree Expand file tree Collapse file tree 27 files changed +74
-74
lines changed
Expand file tree Collapse file tree 27 files changed +74
-74
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ import (
2020 "context"
2121 "github.com/apache/pulsar-client-go/pulsaradmin"
2222 "github.com/apache/pulsar-client-go/pulsaradmin/pkg/utils"
23- "github.com/functionstream/functionstream /common"
24- "github.com/functionstream/functionstream /fs"
25- "github.com/functionstream/functionstream /fs/contube"
26- "github.com/functionstream/functionstream /perf"
27- "github.com/functionstream/functionstream /restclient"
28- "github.com/functionstream/functionstream /server"
23+ "github.com/functionstream/function-stream /common"
24+ "github.com/functionstream/function-stream /fs"
25+ "github.com/functionstream/function-stream /fs/contube"
26+ "github.com/functionstream/function-stream /perf"
27+ "github.com/functionstream/function-stream /restclient"
28+ "github.com/functionstream/function-stream /server"
2929 "math/rand"
3030 "os"
3131 "runtime/pprof"
Original file line number Diff line number Diff line change 1717package client
1818
1919import (
20- c "github.com/functionstream/functionstream /cmd/client/common"
21- "github.com/functionstream/functionstream /cmd/client/consume"
22- "github.com/functionstream/functionstream /cmd/client/create"
23- del "github.com/functionstream/functionstream /cmd/client/delete"
24- "github.com/functionstream/functionstream /cmd/client/list"
25- "github.com/functionstream/functionstream /cmd/client/produce"
20+ c "github.com/functionstream/function-stream /cmd/client/common"
21+ "github.com/functionstream/function-stream /cmd/client/consume"
22+ "github.com/functionstream/function-stream /cmd/client/create"
23+ del "github.com/functionstream/function-stream /cmd/client/delete"
24+ "github.com/functionstream/function-stream /cmd/client/list"
25+ "github.com/functionstream/function-stream /cmd/client/produce"
2626 "github.com/spf13/cobra"
2727)
2828
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package consume
1919import (
2020 "context"
2121 "fmt"
22- "github.com/functionstream/functionstream /cmd/client/common"
23- "github.com/functionstream/functionstream /restclient"
22+ "github.com/functionstream/function-stream /cmd/client/common"
23+ "github.com/functionstream/function-stream /restclient"
2424 "github.com/spf13/cobra"
2525 "os"
2626)
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ package create
1919import (
2020 "context"
2121 "fmt"
22- "github.com/functionstream/functionstream /cmd/client/common"
23- fs_cmmon "github.com/functionstream/functionstream /common"
24- "github.com/functionstream/functionstream /restclient"
22+ "github.com/functionstream/function-stream /cmd/client/common"
23+ fs_cmmon "github.com/functionstream/function-stream /common"
24+ "github.com/functionstream/function-stream /restclient"
2525 "github.com/spf13/cobra"
2626 "io"
2727 "os"
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package del
1919import (
2020 "context"
2121 "fmt"
22- "github.com/functionstream/functionstream /cmd/client/common"
23- "github.com/functionstream/functionstream /restclient"
22+ "github.com/functionstream/function-stream /cmd/client/common"
23+ "github.com/functionstream/function-stream /restclient"
2424 "github.com/spf13/cobra"
2525 "os"
2626)
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package list
1919import (
2020 "context"
2121 "fmt"
22- "github.com/functionstream/functionstream /cmd/client/common"
23- "github.com/functionstream/functionstream /restclient"
22+ "github.com/functionstream/function-stream /cmd/client/common"
23+ "github.com/functionstream/function-stream /restclient"
2424 "github.com/spf13/cobra"
2525 "os"
2626)
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ package produce
1919import (
2020 "context"
2121 "fmt"
22- "github.com/functionstream/functionstream /cmd/client/common"
23- "github.com/functionstream/functionstream /restclient"
22+ "github.com/functionstream/function-stream /cmd/client/common"
23+ "github.com/functionstream/function-stream /restclient"
2424 "github.com/spf13/cobra"
2525 "os"
2626)
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ package main
1818
1919import (
2020 "fmt"
21- "github.com/functionstream/functionstream /cmd/client"
22- "github.com/functionstream/functionstream /cmd/perf"
23- "github.com/functionstream/functionstream /cmd/server"
24- "github.com/functionstream/functionstream /cmd/standalone"
21+ "github.com/functionstream/function-stream /cmd/client"
22+ "github.com/functionstream/function-stream /cmd/perf"
23+ "github.com/functionstream/function-stream /cmd/server"
24+ "github.com/functionstream/function-stream /cmd/standalone"
2525 "github.com/spf13/cobra"
2626 "os"
2727)
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ package perf
1818
1919import (
2020 "context"
21- "github.com/functionstream/functionstream /common"
22- "github.com/functionstream/functionstream /perf"
21+ "github.com/functionstream/function-stream /common"
22+ "github.com/functionstream/function-stream /perf"
2323 "github.com/spf13/cobra"
2424 "io"
2525)
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ package server
1818
1919import (
2020 "context"
21- "github.com/functionstream/functionstream /common"
22- "github.com/functionstream/functionstream /server"
21+ "github.com/functionstream/function-stream /common"
22+ "github.com/functionstream/function-stream /server"
2323 "github.com/spf13/cobra"
2424 "io"
2525)
You can’t perform that action at this time.
0 commit comments