Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ optionAuthMode
Struct
optionAuthMode
pkg/client/client.go:411–413 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
409
}
410
411
type
optionAuthMode
struct
{
412
m auth.AuthMode
413
}
414
415
func
(o optionAuthMode) modifyClient(c *Client) { c.authMode = o.m }
416
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected