Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/minio/minio-go
/ credProvider
Struct
credProvider
pkg/credentials/credentials_test.go:25–29 · pkg/credentials/credentials_test.go::credProvider
Source
from the content-addressed store, hash-verified
23
)
24
25
type
credProvider
struct
{
26
creds Value
27
expired bool
28
err error
29
}
30
31
func
(s *credProvider) Retrieve() (Value, error) {
32
s.expired = false
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected