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 38349c0 commit 97035d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/cmd/gcsobjtable/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ type GCSObjServer struct {
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)
LiveNodesHeartbeat(ctx context.Context) (error)

SendLiveNodes(ctx context.Context)
}

Expand Down

0 comments on commit 97035d3

Please sign in to comment.