MCPcopy
hub / github.com/OpenListTeam/OpenList / BasicAuth

Struct BasicAuth

pkg/gowebdav/basicAuth.go:9–12  ·  view source on GitHub ↗

BasicAuth structure holds our credentials

Source from the content-addressed store, hash-verified

7
8// BasicAuth structure holds our credentials
9type BasicAuth struct {
10 user string
11 pw string
12}
13
14// Type identifies the BasicAuthenticator
15func (b *BasicAuth) Type() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected