MCPcopy
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
411type optionAuthMode struct {
412 m auth.AuthMode
413}
414
415func (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