Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockClientUtils
- func (m *MockClientUtils) EXPECT() *MockClientUtilsMockRecorder
- func (m *MockClientUtils) GetBackplaneClient(backplaneURL, ocmToken string, proxyURL *string) (Openapi.ClientInterface, error)
- func (m *MockClientUtils) MakeBackplaneAPIClient(base string) (Openapi.ClientWithResponsesInterface, error)
- func (m *MockClientUtils) MakeBackplaneAPIClientWithAccessToken(base, accessToken string) (Openapi.ClientWithResponsesInterface, error)
- func (m *MockClientUtils) MakeRawBackplaneAPIClient(base string) (Openapi.ClientInterface, error)
- func (m *MockClientUtils) MakeRawBackplaneAPIClientWithAccessToken(base, accessToken string) (Openapi.ClientInterface, error)
- func (m *MockClientUtils) MakeRawBackplaneAPIClientWithAccessTokenWithConn(arg0, arg1 string, arg2 *ocmsdk.Connection) (Openapi.ClientInterface, error)
- func (m *MockClientUtils) SetClientProxyURL(proxyURL string) error
- type MockClientUtilsMockRecorder
- func (mr *MockClientUtilsMockRecorder) GetBackplaneClient(backplaneURL, ocmToken, proxyURL any) *gomock.Call
- func (mr *MockClientUtilsMockRecorder) MakeBackplaneAPIClient(base any) *gomock.Call
- func (mr *MockClientUtilsMockRecorder) MakeBackplaneAPIClientWithAccessToken(base, accessToken any) *gomock.Call
- func (mr *MockClientUtilsMockRecorder) MakeRawBackplaneAPIClient(base any) *gomock.Call
- func (mr *MockClientUtilsMockRecorder) MakeRawBackplaneAPIClientWithAccessToken(base, accessToken any) *gomock.Call
- func (mr *MockClientUtilsMockRecorder) MakeRawBackplaneAPIClientWithAccessTokenWithConn(arg0, arg1 interface{}, arg2 interface{}) *gomock.Call
- func (mr *MockClientUtilsMockRecorder) SetClientProxyURL(proxyURL any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientUtils ¶
type MockClientUtils struct {
// contains filtered or unexported fields
}
MockClientUtils is a mock of ClientUtils interface.
func NewMockClientUtils ¶
func NewMockClientUtils(ctrl *gomock.Controller) *MockClientUtils
NewMockClientUtils creates a new mock instance.
func (*MockClientUtils) EXPECT ¶
func (m *MockClientUtils) EXPECT() *MockClientUtilsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientUtils) GetBackplaneClient ¶
func (m *MockClientUtils) GetBackplaneClient(backplaneURL, ocmToken string, proxyURL *string) (Openapi.ClientInterface, error)
GetBackplaneClient mocks base method.
func (*MockClientUtils) MakeBackplaneAPIClient ¶
func (m *MockClientUtils) MakeBackplaneAPIClient(base string) (Openapi.ClientWithResponsesInterface, error)
MakeBackplaneAPIClient mocks base method.
func (*MockClientUtils) MakeBackplaneAPIClientWithAccessToken ¶
func (m *MockClientUtils) MakeBackplaneAPIClientWithAccessToken(base, accessToken string) (Openapi.ClientWithResponsesInterface, error)
MakeBackplaneAPIClientWithAccessToken mocks base method.
func (*MockClientUtils) MakeRawBackplaneAPIClient ¶
func (m *MockClientUtils) MakeRawBackplaneAPIClient(base string) (Openapi.ClientInterface, error)
MakeRawBackplaneAPIClient mocks base method.
func (*MockClientUtils) MakeRawBackplaneAPIClientWithAccessToken ¶
func (m *MockClientUtils) MakeRawBackplaneAPIClientWithAccessToken(base, accessToken string) (Openapi.ClientInterface, error)
MakeRawBackplaneAPIClientWithAccessToken mocks base method.
func (*MockClientUtils) MakeRawBackplaneAPIClientWithAccessTokenWithConn ¶ added in v0.6.0
func (m *MockClientUtils) MakeRawBackplaneAPIClientWithAccessTokenWithConn(arg0, arg1 string, arg2 *ocmsdk.Connection) (Openapi.ClientInterface, error)
MakeRawBackplaneAPIClientWithAccessTokenWithConn mocks base method.
func (*MockClientUtils) SetClientProxyURL ¶
func (m *MockClientUtils) SetClientProxyURL(proxyURL string) error
SetClientProxyURL mocks base method.
type MockClientUtilsMockRecorder ¶
type MockClientUtilsMockRecorder struct {
// contains filtered or unexported fields
}
MockClientUtilsMockRecorder is the mock recorder for MockClientUtils.
func (*MockClientUtilsMockRecorder) GetBackplaneClient ¶
func (mr *MockClientUtilsMockRecorder) GetBackplaneClient(backplaneURL, ocmToken, proxyURL any) *gomock.Call
GetBackplaneClient indicates an expected call of GetBackplaneClient.
func (*MockClientUtilsMockRecorder) MakeBackplaneAPIClient ¶
func (mr *MockClientUtilsMockRecorder) MakeBackplaneAPIClient(base any) *gomock.Call
MakeBackplaneAPIClient indicates an expected call of MakeBackplaneAPIClient.
func (*MockClientUtilsMockRecorder) MakeBackplaneAPIClientWithAccessToken ¶
func (mr *MockClientUtilsMockRecorder) MakeBackplaneAPIClientWithAccessToken(base, accessToken any) *gomock.Call
MakeBackplaneAPIClientWithAccessToken indicates an expected call of MakeBackplaneAPIClientWithAccessToken.
func (*MockClientUtilsMockRecorder) MakeRawBackplaneAPIClient ¶
func (mr *MockClientUtilsMockRecorder) MakeRawBackplaneAPIClient(base any) *gomock.Call
MakeRawBackplaneAPIClient indicates an expected call of MakeRawBackplaneAPIClient.
func (*MockClientUtilsMockRecorder) MakeRawBackplaneAPIClientWithAccessToken ¶
func (mr *MockClientUtilsMockRecorder) MakeRawBackplaneAPIClientWithAccessToken(base, accessToken any) *gomock.Call
MakeRawBackplaneAPIClientWithAccessToken indicates an expected call of MakeRawBackplaneAPIClientWithAccessToken.
func (*MockClientUtilsMockRecorder) MakeRawBackplaneAPIClientWithAccessTokenWithConn ¶ added in v0.6.0
func (mr *MockClientUtilsMockRecorder) MakeRawBackplaneAPIClientWithAccessTokenWithConn(arg0, arg1 interface{}, arg2 interface{}) *gomock.Call
MakeRawBackplaneAPIClientWithAccessTokenWithConn indicates an expected call of MakeRawBackplaneAPIClientWithAccessTokenWithConn.
func (*MockClientUtilsMockRecorder) SetClientProxyURL ¶
func (mr *MockClientUtilsMockRecorder) SetClientProxyURL(proxyURL any) *gomock.Call
SetClientProxyURL indicates an expected call of SetClientProxyURL.