MCPcopy
hub / github.com/minio/minio-go / testCredProvider

Struct testCredProvider

pkg/credentials/chain_test.go:25–29  ·  pkg/credentials/chain_test.go::testCredProvider

Source from the content-addressed store, hash-verified

23)
24
25type testCredProvider struct {
26 creds Value
27 expired bool
28 err error
29}
30
31func (s *testCredProvider) Retrieve() (Value, error) {
32 s.expired = false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected