Skip to content

Commit

Permalink
interfacing
Browse files Browse the repository at this point in the history
  • Loading branch information
trevleon committed Jun 2, 2024
1 parent 97035d3 commit 6d9463d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/cmd/gcsobjtable/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6d9463d

Please sign in to comment.