Home
last modified time | relevance | path

Searched defs:mockCredentialsHelper (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/internal/command/cliconfig/
H A Dcredentials_test.go323 type mockCredentialsHelper struct { struct
324 current map[svchost.Hostname]cty.Value
325 log []mockCredentialsHelperChange
331 …nc (s *mockCredentialsHelper) ForHost(hostname svchost.Hostname) (svcauth.HostCredentials, error) {
339 …entialsHelper) StoreForHost(hostname svchost.Hostname, new svcauth.HostCredentialsWritable) error {
348 func (s *mockCredentialsHelper) ForgetForHost(hostname svchost.Hostname) error {