Documentation
¶
Overview ¶
Package client is a generated GoMock package.
Index ¶
- type FunctionsManagementClient
- type MockFunctionsManagementClient
- func (m *MockFunctionsManagementClient) CreateApplication(ctx context.Context, request functions.CreateApplicationRequest) (functions.CreateApplicationResponse, error)
- func (m *MockFunctionsManagementClient) CreateFunction(ctx context.Context, request functions.CreateFunctionRequest) (functions.CreateFunctionResponse, error)
- func (m *MockFunctionsManagementClient) DeleteApplication(ctx context.Context, request functions.DeleteApplicationRequest) (functions.DeleteApplicationResponse, error)
- func (m *MockFunctionsManagementClient) DeleteFunction(ctx context.Context, request functions.DeleteFunctionRequest) (functions.DeleteFunctionResponse, error)
- func (m *MockFunctionsManagementClient) EXPECT() *MockFunctionsManagementClientMockRecorder
- func (m *MockFunctionsManagementClient) GetApplication(ctx context.Context, request functions.GetApplicationRequest) (functions.GetApplicationResponse, error)
- func (m *MockFunctionsManagementClient) GetFunction(ctx context.Context, request functions.GetFunctionRequest) (functions.GetFunctionResponse, error)
- func (m *MockFunctionsManagementClient) ListApplications(ctx context.Context, request functions.ListApplicationsRequest) (functions.ListApplicationsResponse, error)
- func (m *MockFunctionsManagementClient) ListFunctions(ctx context.Context, request functions.ListFunctionsRequest) (functions.ListFunctionsResponse, error)
- func (m *MockFunctionsManagementClient) UpdateApplication(ctx context.Context, request functions.UpdateApplicationRequest) (functions.UpdateApplicationResponse, error)
- func (m *MockFunctionsManagementClient) UpdateFunction(ctx context.Context, request functions.UpdateFunctionRequest) (functions.UpdateFunctionResponse, error)
- type MockFunctionsManagementClientMockRecorder
- func (mr *MockFunctionsManagementClientMockRecorder) CreateApplication(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) CreateFunction(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) DeleteApplication(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) DeleteFunction(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) GetApplication(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) GetFunction(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) ListApplications(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) ListFunctions(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) UpdateApplication(ctx, request interface{}) *gomock.Call
- func (mr *MockFunctionsManagementClientMockRecorder) UpdateFunction(ctx, request interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FunctionsManagementClient ¶
type FunctionsManagementClient interface { CreateApplication(ctx context.Context, request functions.CreateApplicationRequest) (response functions.CreateApplicationResponse, err error) CreateFunction(ctx context.Context, request functions.CreateFunctionRequest) (response functions.CreateFunctionResponse, err error) DeleteApplication(ctx context.Context, request functions.DeleteApplicationRequest) (response functions.DeleteApplicationResponse, err error) DeleteFunction(ctx context.Context, request functions.DeleteFunctionRequest) (response functions.DeleteFunctionResponse, err error) GetApplication(ctx context.Context, request functions.GetApplicationRequest) (response functions.GetApplicationResponse, err error) GetFunction(ctx context.Context, request functions.GetFunctionRequest) (response functions.GetFunctionResponse, err error) ListApplications(ctx context.Context, request functions.ListApplicationsRequest) (response functions.ListApplicationsResponse, err error) ListFunctions(ctx context.Context, request functions.ListFunctionsRequest) (response functions.ListFunctionsResponse, err error) UpdateApplication(ctx context.Context, request functions.UpdateApplicationRequest) (response functions.UpdateApplicationResponse, err error) UpdateFunction(ctx context.Context, request functions.UpdateFunctionRequest) (response functions.UpdateFunctionResponse, err error) }
Interface extracted from Go SDK FunctionsManagementClient for mockability
func NewMockFunctionsManagementClientBasic ¶
func NewMockFunctionsManagementClientBasic(ctrl *gomock.Controller) FunctionsManagementClient
type MockFunctionsManagementClient ¶
type MockFunctionsManagementClient struct {
// contains filtered or unexported fields
}
MockFunctionsManagementClient is a mock of FunctionsManagementClient interface
func NewMockFunctionsManagementClient ¶
func NewMockFunctionsManagementClient(ctrl *gomock.Controller) *MockFunctionsManagementClient
NewMockFunctionsManagementClient creates a new mock instance
func (*MockFunctionsManagementClient) CreateApplication ¶
func (m *MockFunctionsManagementClient) CreateApplication(ctx context.Context, request functions.CreateApplicationRequest) (functions.CreateApplicationResponse, error)
CreateApplication mocks base method
func (*MockFunctionsManagementClient) CreateFunction ¶
func (m *MockFunctionsManagementClient) CreateFunction(ctx context.Context, request functions.CreateFunctionRequest) (functions.CreateFunctionResponse, error)
CreateFunction mocks base method
func (*MockFunctionsManagementClient) DeleteApplication ¶
func (m *MockFunctionsManagementClient) DeleteApplication(ctx context.Context, request functions.DeleteApplicationRequest) (functions.DeleteApplicationResponse, error)
DeleteApplication mocks base method
func (*MockFunctionsManagementClient) DeleteFunction ¶
func (m *MockFunctionsManagementClient) DeleteFunction(ctx context.Context, request functions.DeleteFunctionRequest) (functions.DeleteFunctionResponse, error)
DeleteFunction mocks base method
func (*MockFunctionsManagementClient) EXPECT ¶
func (m *MockFunctionsManagementClient) EXPECT() *MockFunctionsManagementClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockFunctionsManagementClient) GetApplication ¶
func (m *MockFunctionsManagementClient) GetApplication(ctx context.Context, request functions.GetApplicationRequest) (functions.GetApplicationResponse, error)
GetApplication mocks base method
func (*MockFunctionsManagementClient) GetFunction ¶
func (m *MockFunctionsManagementClient) GetFunction(ctx context.Context, request functions.GetFunctionRequest) (functions.GetFunctionResponse, error)
GetFunction mocks base method
func (*MockFunctionsManagementClient) ListApplications ¶
func (m *MockFunctionsManagementClient) ListApplications(ctx context.Context, request functions.ListApplicationsRequest) (functions.ListApplicationsResponse, error)
ListApplications mocks base method
func (*MockFunctionsManagementClient) ListFunctions ¶
func (m *MockFunctionsManagementClient) ListFunctions(ctx context.Context, request functions.ListFunctionsRequest) (functions.ListFunctionsResponse, error)
ListFunctions mocks base method
func (*MockFunctionsManagementClient) UpdateApplication ¶
func (m *MockFunctionsManagementClient) UpdateApplication(ctx context.Context, request functions.UpdateApplicationRequest) (functions.UpdateApplicationResponse, error)
UpdateApplication mocks base method
func (*MockFunctionsManagementClient) UpdateFunction ¶
func (m *MockFunctionsManagementClient) UpdateFunction(ctx context.Context, request functions.UpdateFunctionRequest) (functions.UpdateFunctionResponse, error)
UpdateFunction mocks base method
type MockFunctionsManagementClientMockRecorder ¶
type MockFunctionsManagementClientMockRecorder struct {
// contains filtered or unexported fields
}
MockFunctionsManagementClientMockRecorder is the mock recorder for MockFunctionsManagementClient
func (*MockFunctionsManagementClientMockRecorder) CreateApplication ¶
func (mr *MockFunctionsManagementClientMockRecorder) CreateApplication(ctx, request interface{}) *gomock.Call
CreateApplication indicates an expected call of CreateApplication
func (*MockFunctionsManagementClientMockRecorder) CreateFunction ¶
func (mr *MockFunctionsManagementClientMockRecorder) CreateFunction(ctx, request interface{}) *gomock.Call
CreateFunction indicates an expected call of CreateFunction
func (*MockFunctionsManagementClientMockRecorder) DeleteApplication ¶
func (mr *MockFunctionsManagementClientMockRecorder) DeleteApplication(ctx, request interface{}) *gomock.Call
DeleteApplication indicates an expected call of DeleteApplication
func (*MockFunctionsManagementClientMockRecorder) DeleteFunction ¶
func (mr *MockFunctionsManagementClientMockRecorder) DeleteFunction(ctx, request interface{}) *gomock.Call
DeleteFunction indicates an expected call of DeleteFunction
func (*MockFunctionsManagementClientMockRecorder) GetApplication ¶
func (mr *MockFunctionsManagementClientMockRecorder) GetApplication(ctx, request interface{}) *gomock.Call
GetApplication indicates an expected call of GetApplication
func (*MockFunctionsManagementClientMockRecorder) GetFunction ¶
func (mr *MockFunctionsManagementClientMockRecorder) GetFunction(ctx, request interface{}) *gomock.Call
GetFunction indicates an expected call of GetFunction
func (*MockFunctionsManagementClientMockRecorder) ListApplications ¶
func (mr *MockFunctionsManagementClientMockRecorder) ListApplications(ctx, request interface{}) *gomock.Call
ListApplications indicates an expected call of ListApplications
func (*MockFunctionsManagementClientMockRecorder) ListFunctions ¶
func (mr *MockFunctionsManagementClientMockRecorder) ListFunctions(ctx, request interface{}) *gomock.Call
ListFunctions indicates an expected call of ListFunctions
func (*MockFunctionsManagementClientMockRecorder) UpdateApplication ¶
func (mr *MockFunctionsManagementClientMockRecorder) UpdateApplication(ctx, request interface{}) *gomock.Call
UpdateApplication indicates an expected call of UpdateApplication
func (*MockFunctionsManagementClientMockRecorder) UpdateFunction ¶
func (mr *MockFunctionsManagementClientMockRecorder) UpdateFunction(ctx, request interface{}) *gomock.Call
UpdateFunction indicates an expected call of UpdateFunction