tatara-engine 0.2.209

Drivers, nix eval, cluster logic, P2P, and scheduling engine for tatara
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// Phase 2: Server↔Client internal gRPC protocol.
//
// Will implement:
// - Node registration
// - Bidirectional heartbeat (client sends status, server pushes allocations)
// - Allocation start/stop RPCs
// - Task log streaming from client to server
//
// For Phase 1 (embedded mode), these are stubs.

#[cfg(feature = "grpc")]
use super::proto::*;