MCPcopy Create free account
hub / github.com/garrytan/gstack / AttemptRow

Interface AttemptRow

ios-qa/daemon/src/types.ts:48–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48export interface AttemptRow {
49 ts: string;
50 identity_canon: string; // sha256 salted — never the raw identity
51 endpoint: string;
52 reason: 'no_token' | 'invalid_token' | 'expired_token' | 'identity_not_allowed' |
53 'capability_insufficient' | 'rate_limited' | 'allowlist_violation' |
54 'tailnet_socket_missing' | 'whois_unparseable';
55}
56
57export interface WhoIsResult {
58 identity: string; // canonicalized: "user@example.com" or "tag:<name>" or "node:<key>"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected