From 6d9463d51950312ceb13c96fdb90431b964bff18 Mon Sep 17 00:00:00 2001 From: trevleon Date: Sat, 1 Jun 2024 22:59:40 -0700 Subject: [PATCH] interfacing --- go/cmd/gcsobjtable/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/go/cmd/gcsobjtable/main.go b/go/cmd/gcsobjtable/main.go index 1da0ac6..b41135d 100644 --- a/go/cmd/gcsobjtable/main.go +++ b/go/cmd/gcsobjtable/main.go @@ -59,7 +59,6 @@ type SchedulerClient interface { Schedule(ctx context.Context , req *pb.GlobalScheduleRequest, opts ...grpc.CallOption ) (*pb.StatusResponse, error) Heartbeat(ctx context.Context, req *pb.HeartbeatRequest, opts ...grpc.CallOption ) (*pb.StatusResponse, error) - SendLiveNodes(ctx context.Context) } func NewGCSObjServer() *GCSObjServer {