Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockProvider ¶
type MockProvider struct {
// contains filtered or unexported fields
}
Mock of Provider interface
func NewMockProvider ¶
func NewMockProvider(ctrl *gomock.Controller) *MockProvider
func (*MockProvider) EXPECT ¶
func (_m *MockProvider) EXPECT() *_MockProviderRecorder
func (*MockProvider) IsExpired ¶
func (_m *MockProvider) IsExpired() bool
func (*MockProvider) Retrieve ¶
func (_m *MockProvider) Retrieve() (credentials.Value, error)
Click to show internal directories.
Click to hide internal directories.