This commit is contained in:
Alain Jobart 2015-06-26 14:55:49 -07:00
Родитель 731fc7dc90
Коммит 58a4df1f83
5 изменённых файлов: 55 добавлений и 0 удалений

Просмотреть файл

@ -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"
)