Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCredentials ¶
type FakeCredentials struct { credentials.Credentials // contains filtered or unexported fields }
func NewFakeCredentials ¶
func NewFakeCredentials(t *testing.T) (*FakeCredentials, error)
NewFakeCredentials returns a new FakeCredentials that implements the credentials.Credentials interface, suitable for use in testing
func (*FakeCredentials) AddToStore ¶
func (f *FakeCredentials) AddToStore(key string, value []byte) error
AddToStore adds a new credential to the store
Click to show internal directories.
Click to hide internal directories.