Skip to main content

Module endpoint

Module endpoint 

Source
Expand description

Where the daemon listens, and the client connects.

This lives in cuttlefish-core because it is the one fact the daemon and the CLI must agree on exactly, and they share no other crate — the CLI does not depend on cuttlefishd (that would pull axum and the whole server stack into a client). Restating the default in both places is precisely the kind of thing that drifts.

Functions§

default_endpoint
The daemon’s default endpoint for this platform.