Skip to content

Commit b2992d7

Browse files
committed
testutils: move important interfaces to api.go
Release note: None
1 parent 9d0d231 commit b2992d7

File tree

4 files changed

+476
-460
lines changed

4 files changed

+476
-460
lines changed

pkg/testutils/serverutils/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ load("@io_bazel_rules_go//go:def.bzl", "go_library")
33
go_library(
44
name = "serverutils",
55
srcs = [
6+
"api.go",
67
"test_cluster_shim.go",
78
"test_cluster_utils.go",
89
"test_server_shim.go",

0 commit comments

Comments
 (0)