MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / authResultMsg

Struct authResultMsg

internal/tui/app.go:41–45  ·  view source on GitHub ↗

── Messages ─────────────────────────────────────────────────────────────────

Source from the content-addressed store, hash-verified

39// ── Messages ─────────────────────────────────────────────────────────────────
40
41type authResultMsg struct {
42 cliID string
43 apiKey string
44 err error
45}
46
47type metadataReadyMsg struct{ err error }
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected