MCPcopy Create free account
hub / github.com/openclaw/gogcli / resolveKeyringBackendInfo

Function resolveKeyringBackendInfo

internal/cmd/auth.go:75–80  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

73}
74
75func resolveKeyringBackendInfo(ctx context.Context) (secrets.KeyringBackendInfo, error) {
76 if runtime, ok := app.FromContext(ctx); ok {
77 return runtimeKeyringBackendInfo(runtime)
78 }
79 return secrets.KeyringBackendInfo{}, errRuntimeRequired
80}
81
82func normalizeEmail(value string) string {
83 return strings.ToLower(strings.TrimSpace(value))

Callers 5

RunMethod · 0.85
RunMethod · 0.85
RunMethod · 0.85

Calls 2

FromContextFunction · 0.92