Documentation ¶
Overview ¶
Package mock_refreshable is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAuthorizer ¶
type MockAuthorizer struct {
// contains filtered or unexported fields
}
MockAuthorizer is a mock of Authorizer interface.
func NewMockAuthorizer ¶
func NewMockAuthorizer(ctrl *gomock.Controller) *MockAuthorizer
NewMockAuthorizer creates a new mock instance.
func (*MockAuthorizer) EXPECT ¶
func (m *MockAuthorizer) EXPECT() *MockAuthorizerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAuthorizer) Rebuild ¶
func (m *MockAuthorizer) Rebuild() error
Rebuild mocks base method.
func (*MockAuthorizer) WithAuthorization ¶
func (m *MockAuthorizer) WithAuthorization() autorest.PrepareDecorator
WithAuthorization mocks base method.
type MockAuthorizerMockRecorder ¶
type MockAuthorizerMockRecorder struct {
// contains filtered or unexported fields
}
MockAuthorizerMockRecorder is the mock recorder for MockAuthorizer.
func (*MockAuthorizerMockRecorder) Rebuild ¶
func (mr *MockAuthorizerMockRecorder) Rebuild() *gomock.Call
Rebuild indicates an expected call of Rebuild.
func (*MockAuthorizerMockRecorder) WithAuthorization ¶
func (mr *MockAuthorizerMockRecorder) WithAuthorization() *gomock.Call
WithAuthorization indicates an expected call of WithAuthorization.
Click to show internal directories.
Click to hide internal directories.