зеркало из https://github.com/github/vitess-gh.git
Adding grpc tm plugins.
This commit is contained in:
Родитель
731fc7dc90
Коммит
58a4df1f83
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2013, Google Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package main
|
||||
|
||||
// Imports and register the gRPC tabletmanager client
|
||||
|
||||
import (
|
||||
_ "github.com/youtube/vitess/go/vt/tabletmanager/grpctmclient"
|
||||
)
|
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2013, Google Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package main
|
||||
|
||||
// Imports and register the gRPC tabletmanager client
|
||||
|
||||
import (
|
||||
_ "github.com/youtube/vitess/go/vt/tabletmanager/grpctmclient"
|
||||
)
|
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2013, Google Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package main
|
||||
|
||||
// Imports and register the gRPC tabletmanager client
|
||||
|
||||
import (
|
||||
_ "github.com/youtube/vitess/go/vt/tabletmanager/grpctmclient"
|
||||
)
|
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2013, Google Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package main
|
||||
|
||||
// Imports and register the gRPC tabletmanager server
|
||||
|
||||
import (
|
||||
_ "github.com/youtube/vitess/go/vt/tabletmanager/grpctmserver"
|
||||
)
|
|
@ -0,0 +1,11 @@
|
|||
// Copyright 2013, Google Inc. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package main
|
||||
|
||||
// Imports and register the gRPC tabletmanager client
|
||||
|
||||
import (
|
||||
_ "github.com/youtube/vitess/go/vt/tabletmanager/grpctmclient"
|
||||
)
|
Загрузка…
Ссылка в новой задаче