(ctx context.Context)
| 44 | // DaemonClient is the CLI transport surface for talking to the AGH daemon over UDS. |
| 45 | type DaemonClient interface { |
| 46 | Status(ctx context.Context) (StatusRecord, error) |
| 47 | Doctor(ctx context.Context, query DoctorQuery) (DoctorRecord, error) |
| 48 | DaemonStatus(ctx context.Context) (DaemonStatus, error) |
| 49 | TriggerSettingsRestart(ctx context.Context) (SettingsRestartActionRecord, error) |
no outgoing calls