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

Function testKeyringOptions

internal/cmd/cmd_testutil_test.go:167–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167func testKeyringOptions() *secrets.OpenOptions {
168 return &secrets.OpenOptions{
169 Backend: "file",
170 Password: "test-password",
171 PasswordSet: true,
172 GOOS: goruntime.GOOS,
173 }
174}
175
176func rootFlagsWithAuthStore(flags *RootFlags, store secrets.Store) *RootFlags {
177 if flags == nil {

Calls

no outgoing calls

Tested by

no test coverage detected