Expand description
§Git Mesh Core
This crate contains shared types, protocol definitions, and configuration logic used by both the Git Mesh daemon and CLI.
Structs§
- GitSync
Request - A request sent over the P2P network using the libp2p RequestResponse protocol.
Enums§
- GitSync
Command - Commands supported by the Git Push/Pull synchronization protocol.
- GitSync
Response - A response sent over the P2P network in response to a
GitSyncRequest. - IpcRequest
- Requests sent from the CLI tool to the Daemon via the local IPC pipe.
- IpcResponse
- Responses sent from the Daemon back to the CLI over the IPC pipe.