Documentation ¶
Overview ¶
Package mock_tks_pb is a generated GoMock package.
Package mock_tks_pb is a generated GoMock package.
Package mock_tks_pb is a generated GoMock package.
Index ¶
- type MockAppInfoServiceClient
- func (m *MockAppInfoServiceClient) CreateAppGroup(ctx context.Context, in *tks_pb.CreateAppGroupRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
- func (m *MockAppInfoServiceClient) DeleteAppGroup(ctx context.Context, in *tks_pb.DeleteAppGroupRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
- func (m *MockAppInfoServiceClient) EXPECT() *MockAppInfoServiceClientMockRecorder
- func (m *MockAppInfoServiceClient) GetAppGroup(ctx context.Context, in *tks_pb.GetAppGroupRequest, opts ...grpc.CallOption) (*tks_pb.GetAppGroupResponse, error)
- func (m *MockAppInfoServiceClient) GetAppGroups(ctx context.Context, in *tks_pb.GetAppGroupsRequest, opts ...grpc.CallOption) (*tks_pb.GetAppGroupsResponse, error)
- func (m *MockAppInfoServiceClient) GetAppGroupsByClusterID(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetAppGroupsResponse, error)
- func (m *MockAppInfoServiceClient) GetApps(ctx context.Context, in *tks_pb.GetAppsRequest, opts ...grpc.CallOption) (*tks_pb.GetAppsResponse, error)
- func (m *MockAppInfoServiceClient) GetAppsByAppGroupID(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetAppsResponse, error)
- func (m *MockAppInfoServiceClient) UpdateApp(ctx context.Context, in *tks_pb.UpdateAppRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
- func (m *MockAppInfoServiceClient) UpdateAppGroupStatus(ctx context.Context, in *tks_pb.UpdateAppGroupStatusRequest, ...) (*tks_pb.SimpleResponse, error)
- type MockAppInfoServiceClientMockRecorder
- func (mr *MockAppInfoServiceClientMockRecorder) CreateAppGroup(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) DeleteAppGroup(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) GetAppGroup(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) GetAppGroups(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) GetAppGroupsByClusterID(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) GetApps(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) GetAppsByAppGroupID(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) UpdateApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppInfoServiceClientMockRecorder) UpdateAppGroupStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockAppInfoServiceServer
- func (m *MockAppInfoServiceServer) CreateAppGroup(arg0 context.Context, arg1 *tks_pb.CreateAppGroupRequest) (*tks_pb.IDResponse, error)
- func (m *MockAppInfoServiceServer) DeleteAppGroup(arg0 context.Context, arg1 *tks_pb.DeleteAppGroupRequest) (*tks_pb.SimpleResponse, error)
- func (m *MockAppInfoServiceServer) EXPECT() *MockAppInfoServiceServerMockRecorder
- func (m *MockAppInfoServiceServer) GetAppGroup(arg0 context.Context, arg1 *tks_pb.GetAppGroupRequest) (*tks_pb.GetAppGroupResponse, error)
- func (m *MockAppInfoServiceServer) GetAppGroups(arg0 context.Context, arg1 *tks_pb.GetAppGroupsRequest) (*tks_pb.GetAppGroupsResponse, error)
- func (m *MockAppInfoServiceServer) GetAppGroupsByClusterID(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetAppGroupsResponse, error)
- func (m *MockAppInfoServiceServer) GetApps(arg0 context.Context, arg1 *tks_pb.GetAppsRequest) (*tks_pb.GetAppsResponse, error)
- func (m *MockAppInfoServiceServer) GetAppsByAppGroupID(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetAppsResponse, error)
- func (m *MockAppInfoServiceServer) UpdateApp(arg0 context.Context, arg1 *tks_pb.UpdateAppRequest) (*tks_pb.SimpleResponse, error)
- func (m *MockAppInfoServiceServer) UpdateAppGroupStatus(arg0 context.Context, arg1 *tks_pb.UpdateAppGroupStatusRequest) (*tks_pb.SimpleResponse, error)
- type MockAppInfoServiceServerMockRecorder
- func (mr *MockAppInfoServiceServerMockRecorder) CreateAppGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) DeleteAppGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) GetAppGroup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) GetAppGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) GetAppGroupsByClusterID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) GetApps(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) GetAppsByAppGroupID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) UpdateApp(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppInfoServiceServerMockRecorder) UpdateAppGroupStatus(arg0, arg1 interface{}) *gomock.Call
- type MockAppServeAppServiceClient
- func (m *MockAppServeAppServiceClient) CreateAppServeApp(ctx context.Context, in *tks_pb.CreateAppServeAppRequest, ...) (*tks_pb.CreateAppServeAppResponse, error)
- func (m *MockAppServeAppServiceClient) EXPECT() *MockAppServeAppServiceClientMockRecorder
- func (m *MockAppServeAppServiceClient) GetAppServeApp(ctx context.Context, in *tks_pb.GetAppServeAppRequest, opts ...grpc.CallOption) (*tks_pb.GetAppServeAppResponse, error)
- func (m *MockAppServeAppServiceClient) GetAppServeApps(ctx context.Context, in *tks_pb.GetAppServeAppsRequest, ...) (*tks_pb.GetAppServeAppsResponse, error)
- func (m *MockAppServeAppServiceClient) UpdateAppServeApp(ctx context.Context, in *tks_pb.UpdateAppServeAppRequest, ...) (*tks_pb.UpdateAppServeAppResponse, error)
- func (m *MockAppServeAppServiceClient) UpdateAppServeAppEndpoint(ctx context.Context, in *tks_pb.UpdateAppServeAppEndpointRequest, ...) (*tks_pb.SimpleResponse, error)
- func (m *MockAppServeAppServiceClient) UpdateAppServeAppStatus(ctx context.Context, in *tks_pb.UpdateAppServeAppStatusRequest, ...) (*tks_pb.SimpleResponse, error)
- type MockAppServeAppServiceClientMockRecorder
- func (mr *MockAppServeAppServiceClientMockRecorder) CreateAppServeApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceClientMockRecorder) GetAppServeApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceClientMockRecorder) GetAppServeApps(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceClientMockRecorder) UpdateAppServeApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceClientMockRecorder) UpdateAppServeAppEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceClientMockRecorder) UpdateAppServeAppStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockAppServeAppServiceServer
- func (m *MockAppServeAppServiceServer) CreateAppServeApp(arg0 context.Context, arg1 *tks_pb.CreateAppServeAppRequest) (*tks_pb.CreateAppServeAppResponse, error)
- func (m *MockAppServeAppServiceServer) EXPECT() *MockAppServeAppServiceServerMockRecorder
- func (m *MockAppServeAppServiceServer) GetAppServeApp(arg0 context.Context, arg1 *tks_pb.GetAppServeAppRequest) (*tks_pb.GetAppServeAppResponse, error)
- func (m *MockAppServeAppServiceServer) GetAppServeApps(arg0 context.Context, arg1 *tks_pb.GetAppServeAppsRequest) (*tks_pb.GetAppServeAppsResponse, error)
- func (m *MockAppServeAppServiceServer) UpdateAppServeApp(arg0 context.Context, arg1 *tks_pb.UpdateAppServeAppRequest) (*tks_pb.UpdateAppServeAppResponse, error)
- func (m *MockAppServeAppServiceServer) UpdateAppServeAppEndpoint(arg0 context.Context, arg1 *tks_pb.UpdateAppServeAppEndpointRequest) (*tks_pb.SimpleResponse, error)
- func (m *MockAppServeAppServiceServer) UpdateAppServeAppStatus(arg0 context.Context, arg1 *tks_pb.UpdateAppServeAppStatusRequest) (*tks_pb.SimpleResponse, error)
- type MockAppServeAppServiceServerMockRecorder
- func (mr *MockAppServeAppServiceServerMockRecorder) CreateAppServeApp(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceServerMockRecorder) GetAppServeApp(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceServerMockRecorder) GetAppServeApps(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceServerMockRecorder) UpdateAppServeApp(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceServerMockRecorder) UpdateAppServeAppEndpoint(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockAppServeAppServiceServerMockRecorder) UpdateAppServeAppStatus(arg0, arg1 interface{}) *gomock.Call
- type MockClusterInfoServiceClient
- func (m *MockClusterInfoServiceClient) AddClusterInfo(ctx context.Context, in *tks_pb.AddClusterInfoRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
- func (m *MockClusterInfoServiceClient) EXPECT() *MockClusterInfoServiceClientMockRecorder
- func (m *MockClusterInfoServiceClient) GetCluster(ctx context.Context, in *tks_pb.GetClusterRequest, opts ...grpc.CallOption) (*tks_pb.GetClusterResponse, error)
- func (m *MockClusterInfoServiceClient) GetClusters(ctx context.Context, in *tks_pb.GetClustersRequest, opts ...grpc.CallOption) (*tks_pb.GetClustersResponse, error)
- func (m *MockClusterInfoServiceClient) UpdateClusterConf(ctx context.Context, in *tks_pb.UpdateClusterConfRequest, ...) (*tks_pb.SimpleResponse, error)
- func (m *MockClusterInfoServiceClient) UpdateClusterStatus(ctx context.Context, in *tks_pb.UpdateClusterStatusRequest, ...) (*tks_pb.SimpleResponse, error)
- type MockClusterInfoServiceClientMockRecorder
- func (mr *MockClusterInfoServiceClientMockRecorder) AddClusterInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceClientMockRecorder) GetCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceClientMockRecorder) GetClusters(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceClientMockRecorder) UpdateClusterConf(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceClientMockRecorder) UpdateClusterStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockClusterInfoServiceServer
- func (m *MockClusterInfoServiceServer) AddClusterInfo(arg0 context.Context, arg1 *tks_pb.AddClusterInfoRequest) (*tks_pb.IDResponse, error)
- func (m *MockClusterInfoServiceServer) EXPECT() *MockClusterInfoServiceServerMockRecorder
- func (m *MockClusterInfoServiceServer) GetCluster(arg0 context.Context, arg1 *tks_pb.GetClusterRequest) (*tks_pb.GetClusterResponse, error)
- func (m *MockClusterInfoServiceServer) GetClusters(arg0 context.Context, arg1 *tks_pb.GetClustersRequest) (*tks_pb.GetClustersResponse, error)
- func (m *MockClusterInfoServiceServer) UpdateClusterConf(arg0 context.Context, arg1 *tks_pb.UpdateClusterConfRequest) (*tks_pb.SimpleResponse, error)
- func (m *MockClusterInfoServiceServer) UpdateClusterStatus(arg0 context.Context, arg1 *tks_pb.UpdateClusterStatusRequest) (*tks_pb.SimpleResponse, error)
- type MockClusterInfoServiceServerMockRecorder
- func (mr *MockClusterInfoServiceServerMockRecorder) AddClusterInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceServerMockRecorder) GetCluster(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceServerMockRecorder) GetClusters(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceServerMockRecorder) UpdateClusterConf(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterInfoServiceServerMockRecorder) UpdateClusterStatus(arg0, arg1 interface{}) *gomock.Call
- type MockClusterLcmServiceClient
- func (m *MockClusterLcmServiceClient) CreateCluster(ctx context.Context, in *tks_pb.CreateClusterRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
- func (m *MockClusterLcmServiceClient) DeleteCluster(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
- func (m *MockClusterLcmServiceClient) EXPECT() *MockClusterLcmServiceClientMockRecorder
- func (m *MockClusterLcmServiceClient) ImportCluster(ctx context.Context, in *tks_pb.ImportClusterRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
- func (m *MockClusterLcmServiceClient) InstallAppGroups(ctx context.Context, in *tks_pb.InstallAppGroupsRequest, ...) (*tks_pb.IDsResponse, error)
- func (m *MockClusterLcmServiceClient) ScaleCluster(ctx context.Context, in *tks_pb.ScaleClusterRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
- func (m *MockClusterLcmServiceClient) UninstallAppGroups(ctx context.Context, in *tks_pb.UninstallAppGroupsRequest, ...) (*tks_pb.IDsResponse, error)
- type MockClusterLcmServiceClientMockRecorder
- func (mr *MockClusterLcmServiceClientMockRecorder) CreateCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceClientMockRecorder) DeleteCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceClientMockRecorder) ImportCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceClientMockRecorder) InstallAppGroups(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceClientMockRecorder) ScaleCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceClientMockRecorder) UninstallAppGroups(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockClusterLcmServiceServer
- func (m *MockClusterLcmServiceServer) CreateCluster(arg0 context.Context, arg1 *tks_pb.CreateClusterRequest) (*tks_pb.IDResponse, error)
- func (m *MockClusterLcmServiceServer) DeleteCluster(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.SimpleResponse, error)
- func (m *MockClusterLcmServiceServer) EXPECT() *MockClusterLcmServiceServerMockRecorder
- func (m *MockClusterLcmServiceServer) ImportCluster(arg0 context.Context, arg1 *tks_pb.ImportClusterRequest) (*tks_pb.IDResponse, error)
- func (m *MockClusterLcmServiceServer) InstallAppGroups(arg0 context.Context, arg1 *tks_pb.InstallAppGroupsRequest) (*tks_pb.IDsResponse, error)
- func (m *MockClusterLcmServiceServer) ScaleCluster(arg0 context.Context, arg1 *tks_pb.ScaleClusterRequest) (*tks_pb.SimpleResponse, error)
- func (m *MockClusterLcmServiceServer) UninstallAppGroups(arg0 context.Context, arg1 *tks_pb.UninstallAppGroupsRequest) (*tks_pb.IDsResponse, error)
- type MockClusterLcmServiceServerMockRecorder
- func (mr *MockClusterLcmServiceServerMockRecorder) CreateCluster(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceServerMockRecorder) DeleteCluster(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceServerMockRecorder) ImportCluster(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceServerMockRecorder) InstallAppGroups(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceServerMockRecorder) ScaleCluster(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockClusterLcmServiceServerMockRecorder) UninstallAppGroups(arg0, arg1 interface{}) *gomock.Call
- type MockContractServiceClient
- func (m *MockContractServiceClient) CreateContract(ctx context.Context, in *tks_pb.CreateContractRequest, opts ...grpc.CallOption) (*tks_pb.CreateContractResponse, error)
- func (m *MockContractServiceClient) EXPECT() *MockContractServiceClientMockRecorder
- func (m *MockContractServiceClient) GetAvailableServices(ctx context.Context, in *tks_pb.GetAvailableServicesRequest, ...) (*tks_pb.GetAvailableServicesResponse, error)
- func (m *MockContractServiceClient) GetContract(ctx context.Context, in *tks_pb.GetContractRequest, opts ...grpc.CallOption) (*tks_pb.GetContractResponse, error)
- func (m *MockContractServiceClient) GetContracts(ctx context.Context, in *tks_pb.GetContractsRequest, opts ...grpc.CallOption) (*tks_pb.GetContractsResponse, error)
- func (m *MockContractServiceClient) GetDefaultContract(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*tks_pb.GetContractResponse, error)
- func (m *MockContractServiceClient) GetQuota(ctx context.Context, in *tks_pb.GetQuotaRequest, opts ...grpc.CallOption) (*tks_pb.GetQuotaResponse, error)
- func (m *MockContractServiceClient) UpdateQuota(ctx context.Context, in *tks_pb.UpdateQuotaRequest, opts ...grpc.CallOption) (*tks_pb.UpdateQuotaResponse, error)
- func (m *MockContractServiceClient) UpdateServices(ctx context.Context, in *tks_pb.UpdateServicesRequest, opts ...grpc.CallOption) (*tks_pb.UpdateServicesResponse, error)
- type MockContractServiceClientMockRecorder
- func (mr *MockContractServiceClientMockRecorder) CreateContract(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockContractServiceClientMockRecorder) GetAvailableServices(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockContractServiceClientMockRecorder) GetContract(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockContractServiceClientMockRecorder) GetContracts(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockContractServiceClientMockRecorder) GetDefaultContract(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockContractServiceClientMockRecorder) GetQuota(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockContractServiceClientMockRecorder) UpdateQuota(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockContractServiceClientMockRecorder) UpdateServices(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockContractServiceServer
- func (m *MockContractServiceServer) CreateContract(arg0 context.Context, arg1 *tks_pb.CreateContractRequest) (*tks_pb.CreateContractResponse, error)
- func (m *MockContractServiceServer) EXPECT() *MockContractServiceServerMockRecorder
- func (m *MockContractServiceServer) GetAvailableServices(arg0 context.Context, arg1 *tks_pb.GetAvailableServicesRequest) (*tks_pb.GetAvailableServicesResponse, error)
- func (m *MockContractServiceServer) GetContract(arg0 context.Context, arg1 *tks_pb.GetContractRequest) (*tks_pb.GetContractResponse, error)
- func (m *MockContractServiceServer) GetContracts(arg0 context.Context, arg1 *tks_pb.GetContractsRequest) (*tks_pb.GetContractsResponse, error)
- func (m *MockContractServiceServer) GetDefaultContract(arg0 context.Context, arg1 *emptypb.Empty) (*tks_pb.GetContractResponse, error)
- func (m *MockContractServiceServer) GetQuota(arg0 context.Context, arg1 *tks_pb.GetQuotaRequest) (*tks_pb.GetQuotaResponse, error)
- func (m *MockContractServiceServer) UpdateQuota(arg0 context.Context, arg1 *tks_pb.UpdateQuotaRequest) (*tks_pb.UpdateQuotaResponse, error)
- func (m *MockContractServiceServer) UpdateServices(arg0 context.Context, arg1 *tks_pb.UpdateServicesRequest) (*tks_pb.UpdateServicesResponse, error)
- type MockContractServiceServerMockRecorder
- func (mr *MockContractServiceServerMockRecorder) CreateContract(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContractServiceServerMockRecorder) GetAvailableServices(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContractServiceServerMockRecorder) GetContract(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContractServiceServerMockRecorder) GetContracts(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContractServiceServerMockRecorder) GetDefaultContract(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContractServiceServerMockRecorder) GetQuota(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContractServiceServerMockRecorder) UpdateQuota(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockContractServiceServerMockRecorder) UpdateServices(arg0, arg1 interface{}) *gomock.Call
- type MockCspInfoServiceClient
- func (m *MockCspInfoServiceClient) CreateCSPInfo(ctx context.Context, in *tks_pb.CreateCSPInfoRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
- func (m *MockCspInfoServiceClient) EXPECT() *MockCspInfoServiceClientMockRecorder
- func (m *MockCspInfoServiceClient) GetCSPAuth(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetCSPAuthResponse, error)
- func (m *MockCspInfoServiceClient) GetCSPIDs(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*tks_pb.IDsResponse, error)
- func (m *MockCspInfoServiceClient) GetCSPIDsByContractID(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.IDsResponse, error)
- func (m *MockCspInfoServiceClient) GetCSPInfo(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetCSPInfoResponse, error)
- func (m *MockCspInfoServiceClient) UpdateCSPAuth(ctx context.Context, in *tks_pb.UpdateCSPAuthRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
- type MockCspInfoServiceClientMockRecorder
- func (mr *MockCspInfoServiceClientMockRecorder) CreateCSPInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCspInfoServiceClientMockRecorder) GetCSPAuth(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCspInfoServiceClientMockRecorder) GetCSPIDs(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCspInfoServiceClientMockRecorder) GetCSPIDsByContractID(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCspInfoServiceClientMockRecorder) GetCSPInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockCspInfoServiceClientMockRecorder) UpdateCSPAuth(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockCspInfoServiceServer
- func (m *MockCspInfoServiceServer) CreateCSPInfo(arg0 context.Context, arg1 *tks_pb.CreateCSPInfoRequest) (*tks_pb.IDResponse, error)
- func (m *MockCspInfoServiceServer) EXPECT() *MockCspInfoServiceServerMockRecorder
- func (m *MockCspInfoServiceServer) GetCSPAuth(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetCSPAuthResponse, error)
- func (m *MockCspInfoServiceServer) GetCSPIDs(arg0 context.Context, arg1 *emptypb.Empty) (*tks_pb.IDsResponse, error)
- func (m *MockCspInfoServiceServer) GetCSPIDsByContractID(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.IDsResponse, error)
- func (m *MockCspInfoServiceServer) GetCSPInfo(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetCSPInfoResponse, error)
- func (m *MockCspInfoServiceServer) UpdateCSPAuth(arg0 context.Context, arg1 *tks_pb.UpdateCSPAuthRequest) (*tks_pb.SimpleResponse, error)
- type MockCspInfoServiceServerMockRecorder
- func (mr *MockCspInfoServiceServerMockRecorder) CreateCSPInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCspInfoServiceServerMockRecorder) GetCSPAuth(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCspInfoServiceServerMockRecorder) GetCSPIDs(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCspInfoServiceServerMockRecorder) GetCSPIDsByContractID(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCspInfoServiceServerMockRecorder) GetCSPInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockCspInfoServiceServerMockRecorder) UpdateCSPAuth(arg0, arg1 interface{}) *gomock.Call
- type MockKeycloakInfoServiceClient
- func (m *MockKeycloakInfoServiceClient) CreateKeycloakInfo(ctx context.Context, in *tks_pb.CreateKeycloakInfoRequest, ...) (*tks_pb.IDResponse, error)
- func (m *MockKeycloakInfoServiceClient) DeleteKeycloakInfo(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
- func (m *MockKeycloakInfoServiceClient) EXPECT() *MockKeycloakInfoServiceClientMockRecorder
- func (m *MockKeycloakInfoServiceClient) GetKeycloakInfoByClusterId(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetKeycloakInfoResponse, error)
- func (m *MockKeycloakInfoServiceClient) UpdateKeycloakInfo(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
- type MockKeycloakInfoServiceClientMockRecorder
- func (mr *MockKeycloakInfoServiceClientMockRecorder) CreateKeycloakInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockKeycloakInfoServiceClientMockRecorder) DeleteKeycloakInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockKeycloakInfoServiceClientMockRecorder) GetKeycloakInfoByClusterId(ctx, in interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockKeycloakInfoServiceClientMockRecorder) UpdateKeycloakInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
- type MockKeycloakInfoServiceServer
- func (m *MockKeycloakInfoServiceServer) CreateKeycloakInfo(arg0 context.Context, arg1 *tks_pb.CreateKeycloakInfoRequest) (*tks_pb.IDResponse, error)
- func (m *MockKeycloakInfoServiceServer) DeleteKeycloakInfo(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.SimpleResponse, error)
- func (m *MockKeycloakInfoServiceServer) EXPECT() *MockKeycloakInfoServiceServerMockRecorder
- func (m *MockKeycloakInfoServiceServer) GetKeycloakInfoByClusterId(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetKeycloakInfoResponse, error)
- func (m *MockKeycloakInfoServiceServer) UpdateKeycloakInfo(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.SimpleResponse, error)
- type MockKeycloakInfoServiceServerMockRecorder
- func (mr *MockKeycloakInfoServiceServerMockRecorder) CreateKeycloakInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeycloakInfoServiceServerMockRecorder) DeleteKeycloakInfo(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeycloakInfoServiceServerMockRecorder) GetKeycloakInfoByClusterId(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockKeycloakInfoServiceServerMockRecorder) UpdateKeycloakInfo(arg0, arg1 interface{}) *gomock.Call
- type MockUnsafeAppInfoServiceServer
- type MockUnsafeAppInfoServiceServerMockRecorder
- type MockUnsafeAppServeAppServiceServer
- type MockUnsafeAppServeAppServiceServerMockRecorder
- type MockUnsafeClusterInfoServiceServer
- type MockUnsafeClusterInfoServiceServerMockRecorder
- type MockUnsafeClusterLcmServiceServer
- type MockUnsafeClusterLcmServiceServerMockRecorder
- type MockUnsafeContractServiceServer
- type MockUnsafeContractServiceServerMockRecorder
- type MockUnsafeCspInfoServiceServer
- type MockUnsafeCspInfoServiceServerMockRecorder
- type MockUnsafeKeycloakInfoServiceServer
- type MockUnsafeKeycloakInfoServiceServerMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockAppInfoServiceClient ¶
type MockAppInfoServiceClient struct {
// contains filtered or unexported fields
}
MockAppInfoServiceClient is a mock of AppInfoServiceClient interface.
func NewMockAppInfoServiceClient ¶
func NewMockAppInfoServiceClient(ctrl *gomock.Controller) *MockAppInfoServiceClient
NewMockAppInfoServiceClient creates a new mock instance.
func (*MockAppInfoServiceClient) CreateAppGroup ¶
func (m *MockAppInfoServiceClient) CreateAppGroup(ctx context.Context, in *tks_pb.CreateAppGroupRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
CreateAppGroup mocks base method.
func (*MockAppInfoServiceClient) DeleteAppGroup ¶
func (m *MockAppInfoServiceClient) DeleteAppGroup(ctx context.Context, in *tks_pb.DeleteAppGroupRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
DeleteAppGroup mocks base method.
func (*MockAppInfoServiceClient) EXPECT ¶
func (m *MockAppInfoServiceClient) EXPECT() *MockAppInfoServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAppInfoServiceClient) GetAppGroup ¶
func (m *MockAppInfoServiceClient) GetAppGroup(ctx context.Context, in *tks_pb.GetAppGroupRequest, opts ...grpc.CallOption) (*tks_pb.GetAppGroupResponse, error)
GetAppGroup mocks base method.
func (*MockAppInfoServiceClient) GetAppGroups ¶
func (m *MockAppInfoServiceClient) GetAppGroups(ctx context.Context, in *tks_pb.GetAppGroupsRequest, opts ...grpc.CallOption) (*tks_pb.GetAppGroupsResponse, error)
GetAppGroups mocks base method.
func (*MockAppInfoServiceClient) GetAppGroupsByClusterID ¶
func (m *MockAppInfoServiceClient) GetAppGroupsByClusterID(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetAppGroupsResponse, error)
GetAppGroupsByClusterID mocks base method.
func (*MockAppInfoServiceClient) GetApps ¶
func (m *MockAppInfoServiceClient) GetApps(ctx context.Context, in *tks_pb.GetAppsRequest, opts ...grpc.CallOption) (*tks_pb.GetAppsResponse, error)
GetApps mocks base method.
func (*MockAppInfoServiceClient) GetAppsByAppGroupID ¶
func (m *MockAppInfoServiceClient) GetAppsByAppGroupID(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetAppsResponse, error)
GetAppsByAppGroupID mocks base method.
func (*MockAppInfoServiceClient) UpdateApp ¶
func (m *MockAppInfoServiceClient) UpdateApp(ctx context.Context, in *tks_pb.UpdateAppRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateApp mocks base method.
func (*MockAppInfoServiceClient) UpdateAppGroupStatus ¶
func (m *MockAppInfoServiceClient) UpdateAppGroupStatus(ctx context.Context, in *tks_pb.UpdateAppGroupStatusRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateAppGroupStatus mocks base method.
type MockAppInfoServiceClientMockRecorder ¶
type MockAppInfoServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAppInfoServiceClientMockRecorder is the mock recorder for MockAppInfoServiceClient.
func (*MockAppInfoServiceClientMockRecorder) CreateAppGroup ¶
func (mr *MockAppInfoServiceClientMockRecorder) CreateAppGroup(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateAppGroup indicates an expected call of CreateAppGroup.
func (*MockAppInfoServiceClientMockRecorder) DeleteAppGroup ¶
func (mr *MockAppInfoServiceClientMockRecorder) DeleteAppGroup(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteAppGroup indicates an expected call of DeleteAppGroup.
func (*MockAppInfoServiceClientMockRecorder) GetAppGroup ¶
func (mr *MockAppInfoServiceClientMockRecorder) GetAppGroup(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAppGroup indicates an expected call of GetAppGroup.
func (*MockAppInfoServiceClientMockRecorder) GetAppGroups ¶
func (mr *MockAppInfoServiceClientMockRecorder) GetAppGroups(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAppGroups indicates an expected call of GetAppGroups.
func (*MockAppInfoServiceClientMockRecorder) GetAppGroupsByClusterID ¶
func (mr *MockAppInfoServiceClientMockRecorder) GetAppGroupsByClusterID(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAppGroupsByClusterID indicates an expected call of GetAppGroupsByClusterID.
func (*MockAppInfoServiceClientMockRecorder) GetApps ¶
func (mr *MockAppInfoServiceClientMockRecorder) GetApps(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetApps indicates an expected call of GetApps.
func (*MockAppInfoServiceClientMockRecorder) GetAppsByAppGroupID ¶
func (mr *MockAppInfoServiceClientMockRecorder) GetAppsByAppGroupID(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAppsByAppGroupID indicates an expected call of GetAppsByAppGroupID.
func (*MockAppInfoServiceClientMockRecorder) UpdateApp ¶
func (mr *MockAppInfoServiceClientMockRecorder) UpdateApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateApp indicates an expected call of UpdateApp.
func (*MockAppInfoServiceClientMockRecorder) UpdateAppGroupStatus ¶
func (mr *MockAppInfoServiceClientMockRecorder) UpdateAppGroupStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateAppGroupStatus indicates an expected call of UpdateAppGroupStatus.
type MockAppInfoServiceServer ¶
type MockAppInfoServiceServer struct {
// contains filtered or unexported fields
}
MockAppInfoServiceServer is a mock of AppInfoServiceServer interface.
func NewMockAppInfoServiceServer ¶
func NewMockAppInfoServiceServer(ctrl *gomock.Controller) *MockAppInfoServiceServer
NewMockAppInfoServiceServer creates a new mock instance.
func (*MockAppInfoServiceServer) CreateAppGroup ¶
func (m *MockAppInfoServiceServer) CreateAppGroup(arg0 context.Context, arg1 *tks_pb.CreateAppGroupRequest) (*tks_pb.IDResponse, error)
CreateAppGroup mocks base method.
func (*MockAppInfoServiceServer) DeleteAppGroup ¶
func (m *MockAppInfoServiceServer) DeleteAppGroup(arg0 context.Context, arg1 *tks_pb.DeleteAppGroupRequest) (*tks_pb.SimpleResponse, error)
DeleteAppGroup mocks base method.
func (*MockAppInfoServiceServer) EXPECT ¶
func (m *MockAppInfoServiceServer) EXPECT() *MockAppInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAppInfoServiceServer) GetAppGroup ¶
func (m *MockAppInfoServiceServer) GetAppGroup(arg0 context.Context, arg1 *tks_pb.GetAppGroupRequest) (*tks_pb.GetAppGroupResponse, error)
GetAppGroup mocks base method.
func (*MockAppInfoServiceServer) GetAppGroups ¶
func (m *MockAppInfoServiceServer) GetAppGroups(arg0 context.Context, arg1 *tks_pb.GetAppGroupsRequest) (*tks_pb.GetAppGroupsResponse, error)
GetAppGroups mocks base method.
func (*MockAppInfoServiceServer) GetAppGroupsByClusterID ¶
func (m *MockAppInfoServiceServer) GetAppGroupsByClusterID(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetAppGroupsResponse, error)
GetAppGroupsByClusterID mocks base method.
func (*MockAppInfoServiceServer) GetApps ¶
func (m *MockAppInfoServiceServer) GetApps(arg0 context.Context, arg1 *tks_pb.GetAppsRequest) (*tks_pb.GetAppsResponse, error)
GetApps mocks base method.
func (*MockAppInfoServiceServer) GetAppsByAppGroupID ¶
func (m *MockAppInfoServiceServer) GetAppsByAppGroupID(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetAppsResponse, error)
GetAppsByAppGroupID mocks base method.
func (*MockAppInfoServiceServer) UpdateApp ¶
func (m *MockAppInfoServiceServer) UpdateApp(arg0 context.Context, arg1 *tks_pb.UpdateAppRequest) (*tks_pb.SimpleResponse, error)
UpdateApp mocks base method.
func (*MockAppInfoServiceServer) UpdateAppGroupStatus ¶
func (m *MockAppInfoServiceServer) UpdateAppGroupStatus(arg0 context.Context, arg1 *tks_pb.UpdateAppGroupStatusRequest) (*tks_pb.SimpleResponse, error)
UpdateAppGroupStatus mocks base method.
type MockAppInfoServiceServerMockRecorder ¶
type MockAppInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockAppInfoServiceServerMockRecorder is the mock recorder for MockAppInfoServiceServer.
func (*MockAppInfoServiceServerMockRecorder) CreateAppGroup ¶
func (mr *MockAppInfoServiceServerMockRecorder) CreateAppGroup(arg0, arg1 interface{}) *gomock.Call
CreateAppGroup indicates an expected call of CreateAppGroup.
func (*MockAppInfoServiceServerMockRecorder) DeleteAppGroup ¶
func (mr *MockAppInfoServiceServerMockRecorder) DeleteAppGroup(arg0, arg1 interface{}) *gomock.Call
DeleteAppGroup indicates an expected call of DeleteAppGroup.
func (*MockAppInfoServiceServerMockRecorder) GetAppGroup ¶
func (mr *MockAppInfoServiceServerMockRecorder) GetAppGroup(arg0, arg1 interface{}) *gomock.Call
GetAppGroup indicates an expected call of GetAppGroup.
func (*MockAppInfoServiceServerMockRecorder) GetAppGroups ¶
func (mr *MockAppInfoServiceServerMockRecorder) GetAppGroups(arg0, arg1 interface{}) *gomock.Call
GetAppGroups indicates an expected call of GetAppGroups.
func (*MockAppInfoServiceServerMockRecorder) GetAppGroupsByClusterID ¶
func (mr *MockAppInfoServiceServerMockRecorder) GetAppGroupsByClusterID(arg0, arg1 interface{}) *gomock.Call
GetAppGroupsByClusterID indicates an expected call of GetAppGroupsByClusterID.
func (*MockAppInfoServiceServerMockRecorder) GetApps ¶
func (mr *MockAppInfoServiceServerMockRecorder) GetApps(arg0, arg1 interface{}) *gomock.Call
GetApps indicates an expected call of GetApps.
func (*MockAppInfoServiceServerMockRecorder) GetAppsByAppGroupID ¶
func (mr *MockAppInfoServiceServerMockRecorder) GetAppsByAppGroupID(arg0, arg1 interface{}) *gomock.Call
GetAppsByAppGroupID indicates an expected call of GetAppsByAppGroupID.
func (*MockAppInfoServiceServerMockRecorder) UpdateApp ¶
func (mr *MockAppInfoServiceServerMockRecorder) UpdateApp(arg0, arg1 interface{}) *gomock.Call
UpdateApp indicates an expected call of UpdateApp.
func (*MockAppInfoServiceServerMockRecorder) UpdateAppGroupStatus ¶
func (mr *MockAppInfoServiceServerMockRecorder) UpdateAppGroupStatus(arg0, arg1 interface{}) *gomock.Call
UpdateAppGroupStatus indicates an expected call of UpdateAppGroupStatus.
type MockAppServeAppServiceClient ¶
type MockAppServeAppServiceClient struct {
// contains filtered or unexported fields
}
MockAppServeAppServiceClient is a mock of AppServeAppServiceClient interface.
func NewMockAppServeAppServiceClient ¶
func NewMockAppServeAppServiceClient(ctrl *gomock.Controller) *MockAppServeAppServiceClient
NewMockAppServeAppServiceClient creates a new mock instance.
func (*MockAppServeAppServiceClient) CreateAppServeApp ¶
func (m *MockAppServeAppServiceClient) CreateAppServeApp(ctx context.Context, in *tks_pb.CreateAppServeAppRequest, opts ...grpc.CallOption) (*tks_pb.CreateAppServeAppResponse, error)
CreateAppServeApp mocks base method.
func (*MockAppServeAppServiceClient) EXPECT ¶
func (m *MockAppServeAppServiceClient) EXPECT() *MockAppServeAppServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAppServeAppServiceClient) GetAppServeApp ¶
func (m *MockAppServeAppServiceClient) GetAppServeApp(ctx context.Context, in *tks_pb.GetAppServeAppRequest, opts ...grpc.CallOption) (*tks_pb.GetAppServeAppResponse, error)
GetAppServeApp mocks base method.
func (*MockAppServeAppServiceClient) GetAppServeApps ¶
func (m *MockAppServeAppServiceClient) GetAppServeApps(ctx context.Context, in *tks_pb.GetAppServeAppsRequest, opts ...grpc.CallOption) (*tks_pb.GetAppServeAppsResponse, error)
GetAppServeApps mocks base method.
func (*MockAppServeAppServiceClient) UpdateAppServeApp ¶
func (m *MockAppServeAppServiceClient) UpdateAppServeApp(ctx context.Context, in *tks_pb.UpdateAppServeAppRequest, opts ...grpc.CallOption) (*tks_pb.UpdateAppServeAppResponse, error)
UpdateAppServeApp mocks base method.
func (*MockAppServeAppServiceClient) UpdateAppServeAppEndpoint ¶
func (m *MockAppServeAppServiceClient) UpdateAppServeAppEndpoint(ctx context.Context, in *tks_pb.UpdateAppServeAppEndpointRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateAppServeAppEndpoint mocks base method.
func (*MockAppServeAppServiceClient) UpdateAppServeAppStatus ¶
func (m *MockAppServeAppServiceClient) UpdateAppServeAppStatus(ctx context.Context, in *tks_pb.UpdateAppServeAppStatusRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateAppServeAppStatus mocks base method.
type MockAppServeAppServiceClientMockRecorder ¶
type MockAppServeAppServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockAppServeAppServiceClientMockRecorder is the mock recorder for MockAppServeAppServiceClient.
func (*MockAppServeAppServiceClientMockRecorder) CreateAppServeApp ¶
func (mr *MockAppServeAppServiceClientMockRecorder) CreateAppServeApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateAppServeApp indicates an expected call of CreateAppServeApp.
func (*MockAppServeAppServiceClientMockRecorder) GetAppServeApp ¶
func (mr *MockAppServeAppServiceClientMockRecorder) GetAppServeApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAppServeApp indicates an expected call of GetAppServeApp.
func (*MockAppServeAppServiceClientMockRecorder) GetAppServeApps ¶
func (mr *MockAppServeAppServiceClientMockRecorder) GetAppServeApps(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAppServeApps indicates an expected call of GetAppServeApps.
func (*MockAppServeAppServiceClientMockRecorder) UpdateAppServeApp ¶
func (mr *MockAppServeAppServiceClientMockRecorder) UpdateAppServeApp(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateAppServeApp indicates an expected call of UpdateAppServeApp.
func (*MockAppServeAppServiceClientMockRecorder) UpdateAppServeAppEndpoint ¶
func (mr *MockAppServeAppServiceClientMockRecorder) UpdateAppServeAppEndpoint(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateAppServeAppEndpoint indicates an expected call of UpdateAppServeAppEndpoint.
func (*MockAppServeAppServiceClientMockRecorder) UpdateAppServeAppStatus ¶
func (mr *MockAppServeAppServiceClientMockRecorder) UpdateAppServeAppStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateAppServeAppStatus indicates an expected call of UpdateAppServeAppStatus.
type MockAppServeAppServiceServer ¶
type MockAppServeAppServiceServer struct {
// contains filtered or unexported fields
}
MockAppServeAppServiceServer is a mock of AppServeAppServiceServer interface.
func NewMockAppServeAppServiceServer ¶
func NewMockAppServeAppServiceServer(ctrl *gomock.Controller) *MockAppServeAppServiceServer
NewMockAppServeAppServiceServer creates a new mock instance.
func (*MockAppServeAppServiceServer) CreateAppServeApp ¶
func (m *MockAppServeAppServiceServer) CreateAppServeApp(arg0 context.Context, arg1 *tks_pb.CreateAppServeAppRequest) (*tks_pb.CreateAppServeAppResponse, error)
CreateAppServeApp mocks base method.
func (*MockAppServeAppServiceServer) EXPECT ¶
func (m *MockAppServeAppServiceServer) EXPECT() *MockAppServeAppServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockAppServeAppServiceServer) GetAppServeApp ¶
func (m *MockAppServeAppServiceServer) GetAppServeApp(arg0 context.Context, arg1 *tks_pb.GetAppServeAppRequest) (*tks_pb.GetAppServeAppResponse, error)
GetAppServeApp mocks base method.
func (*MockAppServeAppServiceServer) GetAppServeApps ¶
func (m *MockAppServeAppServiceServer) GetAppServeApps(arg0 context.Context, arg1 *tks_pb.GetAppServeAppsRequest) (*tks_pb.GetAppServeAppsResponse, error)
GetAppServeApps mocks base method.
func (*MockAppServeAppServiceServer) UpdateAppServeApp ¶
func (m *MockAppServeAppServiceServer) UpdateAppServeApp(arg0 context.Context, arg1 *tks_pb.UpdateAppServeAppRequest) (*tks_pb.UpdateAppServeAppResponse, error)
UpdateAppServeApp mocks base method.
func (*MockAppServeAppServiceServer) UpdateAppServeAppEndpoint ¶
func (m *MockAppServeAppServiceServer) UpdateAppServeAppEndpoint(arg0 context.Context, arg1 *tks_pb.UpdateAppServeAppEndpointRequest) (*tks_pb.SimpleResponse, error)
UpdateAppServeAppEndpoint mocks base method.
func (*MockAppServeAppServiceServer) UpdateAppServeAppStatus ¶
func (m *MockAppServeAppServiceServer) UpdateAppServeAppStatus(arg0 context.Context, arg1 *tks_pb.UpdateAppServeAppStatusRequest) (*tks_pb.SimpleResponse, error)
UpdateAppServeAppStatus mocks base method.
type MockAppServeAppServiceServerMockRecorder ¶
type MockAppServeAppServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockAppServeAppServiceServerMockRecorder is the mock recorder for MockAppServeAppServiceServer.
func (*MockAppServeAppServiceServerMockRecorder) CreateAppServeApp ¶
func (mr *MockAppServeAppServiceServerMockRecorder) CreateAppServeApp(arg0, arg1 interface{}) *gomock.Call
CreateAppServeApp indicates an expected call of CreateAppServeApp.
func (*MockAppServeAppServiceServerMockRecorder) GetAppServeApp ¶
func (mr *MockAppServeAppServiceServerMockRecorder) GetAppServeApp(arg0, arg1 interface{}) *gomock.Call
GetAppServeApp indicates an expected call of GetAppServeApp.
func (*MockAppServeAppServiceServerMockRecorder) GetAppServeApps ¶
func (mr *MockAppServeAppServiceServerMockRecorder) GetAppServeApps(arg0, arg1 interface{}) *gomock.Call
GetAppServeApps indicates an expected call of GetAppServeApps.
func (*MockAppServeAppServiceServerMockRecorder) UpdateAppServeApp ¶
func (mr *MockAppServeAppServiceServerMockRecorder) UpdateAppServeApp(arg0, arg1 interface{}) *gomock.Call
UpdateAppServeApp indicates an expected call of UpdateAppServeApp.
func (*MockAppServeAppServiceServerMockRecorder) UpdateAppServeAppEndpoint ¶
func (mr *MockAppServeAppServiceServerMockRecorder) UpdateAppServeAppEndpoint(arg0, arg1 interface{}) *gomock.Call
UpdateAppServeAppEndpoint indicates an expected call of UpdateAppServeAppEndpoint.
func (*MockAppServeAppServiceServerMockRecorder) UpdateAppServeAppStatus ¶
func (mr *MockAppServeAppServiceServerMockRecorder) UpdateAppServeAppStatus(arg0, arg1 interface{}) *gomock.Call
UpdateAppServeAppStatus indicates an expected call of UpdateAppServeAppStatus.
type MockClusterInfoServiceClient ¶
type MockClusterInfoServiceClient struct {
// contains filtered or unexported fields
}
MockClusterInfoServiceClient is a mock of ClusterInfoServiceClient interface.
func NewMockClusterInfoServiceClient ¶
func NewMockClusterInfoServiceClient(ctrl *gomock.Controller) *MockClusterInfoServiceClient
NewMockClusterInfoServiceClient creates a new mock instance.
func (*MockClusterInfoServiceClient) AddClusterInfo ¶
func (m *MockClusterInfoServiceClient) AddClusterInfo(ctx context.Context, in *tks_pb.AddClusterInfoRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
AddClusterInfo mocks base method.
func (*MockClusterInfoServiceClient) EXPECT ¶
func (m *MockClusterInfoServiceClient) EXPECT() *MockClusterInfoServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterInfoServiceClient) GetCluster ¶
func (m *MockClusterInfoServiceClient) GetCluster(ctx context.Context, in *tks_pb.GetClusterRequest, opts ...grpc.CallOption) (*tks_pb.GetClusterResponse, error)
GetCluster mocks base method.
func (*MockClusterInfoServiceClient) GetClusters ¶
func (m *MockClusterInfoServiceClient) GetClusters(ctx context.Context, in *tks_pb.GetClustersRequest, opts ...grpc.CallOption) (*tks_pb.GetClustersResponse, error)
GetClusters mocks base method.
func (*MockClusterInfoServiceClient) UpdateClusterConf ¶
func (m *MockClusterInfoServiceClient) UpdateClusterConf(ctx context.Context, in *tks_pb.UpdateClusterConfRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateClusterConf mocks base method.
func (*MockClusterInfoServiceClient) UpdateClusterStatus ¶
func (m *MockClusterInfoServiceClient) UpdateClusterStatus(ctx context.Context, in *tks_pb.UpdateClusterStatusRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateClusterStatus mocks base method.
type MockClusterInfoServiceClientMockRecorder ¶
type MockClusterInfoServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterInfoServiceClientMockRecorder is the mock recorder for MockClusterInfoServiceClient.
func (*MockClusterInfoServiceClientMockRecorder) AddClusterInfo ¶
func (mr *MockClusterInfoServiceClientMockRecorder) AddClusterInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
AddClusterInfo indicates an expected call of AddClusterInfo.
func (*MockClusterInfoServiceClientMockRecorder) GetCluster ¶
func (mr *MockClusterInfoServiceClientMockRecorder) GetCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetCluster indicates an expected call of GetCluster.
func (*MockClusterInfoServiceClientMockRecorder) GetClusters ¶
func (mr *MockClusterInfoServiceClientMockRecorder) GetClusters(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetClusters indicates an expected call of GetClusters.
func (*MockClusterInfoServiceClientMockRecorder) UpdateClusterConf ¶
func (mr *MockClusterInfoServiceClientMockRecorder) UpdateClusterConf(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateClusterConf indicates an expected call of UpdateClusterConf.
func (*MockClusterInfoServiceClientMockRecorder) UpdateClusterStatus ¶
func (mr *MockClusterInfoServiceClientMockRecorder) UpdateClusterStatus(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateClusterStatus indicates an expected call of UpdateClusterStatus.
type MockClusterInfoServiceServer ¶
type MockClusterInfoServiceServer struct {
// contains filtered or unexported fields
}
MockClusterInfoServiceServer is a mock of ClusterInfoServiceServer interface.
func NewMockClusterInfoServiceServer ¶
func NewMockClusterInfoServiceServer(ctrl *gomock.Controller) *MockClusterInfoServiceServer
NewMockClusterInfoServiceServer creates a new mock instance.
func (*MockClusterInfoServiceServer) AddClusterInfo ¶
func (m *MockClusterInfoServiceServer) AddClusterInfo(arg0 context.Context, arg1 *tks_pb.AddClusterInfoRequest) (*tks_pb.IDResponse, error)
AddClusterInfo mocks base method.
func (*MockClusterInfoServiceServer) EXPECT ¶
func (m *MockClusterInfoServiceServer) EXPECT() *MockClusterInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterInfoServiceServer) GetCluster ¶
func (m *MockClusterInfoServiceServer) GetCluster(arg0 context.Context, arg1 *tks_pb.GetClusterRequest) (*tks_pb.GetClusterResponse, error)
GetCluster mocks base method.
func (*MockClusterInfoServiceServer) GetClusters ¶
func (m *MockClusterInfoServiceServer) GetClusters(arg0 context.Context, arg1 *tks_pb.GetClustersRequest) (*tks_pb.GetClustersResponse, error)
GetClusters mocks base method.
func (*MockClusterInfoServiceServer) UpdateClusterConf ¶
func (m *MockClusterInfoServiceServer) UpdateClusterConf(arg0 context.Context, arg1 *tks_pb.UpdateClusterConfRequest) (*tks_pb.SimpleResponse, error)
UpdateClusterConf mocks base method.
func (*MockClusterInfoServiceServer) UpdateClusterStatus ¶
func (m *MockClusterInfoServiceServer) UpdateClusterStatus(arg0 context.Context, arg1 *tks_pb.UpdateClusterStatusRequest) (*tks_pb.SimpleResponse, error)
UpdateClusterStatus mocks base method.
type MockClusterInfoServiceServerMockRecorder ¶
type MockClusterInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterInfoServiceServerMockRecorder is the mock recorder for MockClusterInfoServiceServer.
func (*MockClusterInfoServiceServerMockRecorder) AddClusterInfo ¶
func (mr *MockClusterInfoServiceServerMockRecorder) AddClusterInfo(arg0, arg1 interface{}) *gomock.Call
AddClusterInfo indicates an expected call of AddClusterInfo.
func (*MockClusterInfoServiceServerMockRecorder) GetCluster ¶
func (mr *MockClusterInfoServiceServerMockRecorder) GetCluster(arg0, arg1 interface{}) *gomock.Call
GetCluster indicates an expected call of GetCluster.
func (*MockClusterInfoServiceServerMockRecorder) GetClusters ¶
func (mr *MockClusterInfoServiceServerMockRecorder) GetClusters(arg0, arg1 interface{}) *gomock.Call
GetClusters indicates an expected call of GetClusters.
func (*MockClusterInfoServiceServerMockRecorder) UpdateClusterConf ¶
func (mr *MockClusterInfoServiceServerMockRecorder) UpdateClusterConf(arg0, arg1 interface{}) *gomock.Call
UpdateClusterConf indicates an expected call of UpdateClusterConf.
func (*MockClusterInfoServiceServerMockRecorder) UpdateClusterStatus ¶
func (mr *MockClusterInfoServiceServerMockRecorder) UpdateClusterStatus(arg0, arg1 interface{}) *gomock.Call
UpdateClusterStatus indicates an expected call of UpdateClusterStatus.
type MockClusterLcmServiceClient ¶
type MockClusterLcmServiceClient struct {
// contains filtered or unexported fields
}
MockClusterLcmServiceClient is a mock of ClusterLcmServiceClient interface.
func NewMockClusterLcmServiceClient ¶
func NewMockClusterLcmServiceClient(ctrl *gomock.Controller) *MockClusterLcmServiceClient
NewMockClusterLcmServiceClient creates a new mock instance.
func (*MockClusterLcmServiceClient) CreateCluster ¶
func (m *MockClusterLcmServiceClient) CreateCluster(ctx context.Context, in *tks_pb.CreateClusterRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
CreateCluster mocks base method.
func (*MockClusterLcmServiceClient) DeleteCluster ¶
func (m *MockClusterLcmServiceClient) DeleteCluster(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
DeleteCluster mocks base method.
func (*MockClusterLcmServiceClient) EXPECT ¶
func (m *MockClusterLcmServiceClient) EXPECT() *MockClusterLcmServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterLcmServiceClient) ImportCluster ¶
func (m *MockClusterLcmServiceClient) ImportCluster(ctx context.Context, in *tks_pb.ImportClusterRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
ImportCluster mocks base method.
func (*MockClusterLcmServiceClient) InstallAppGroups ¶
func (m *MockClusterLcmServiceClient) InstallAppGroups(ctx context.Context, in *tks_pb.InstallAppGroupsRequest, opts ...grpc.CallOption) (*tks_pb.IDsResponse, error)
InstallAppGroups mocks base method.
func (*MockClusterLcmServiceClient) ScaleCluster ¶
func (m *MockClusterLcmServiceClient) ScaleCluster(ctx context.Context, in *tks_pb.ScaleClusterRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
ScaleCluster mocks base method.
func (*MockClusterLcmServiceClient) UninstallAppGroups ¶
func (m *MockClusterLcmServiceClient) UninstallAppGroups(ctx context.Context, in *tks_pb.UninstallAppGroupsRequest, opts ...grpc.CallOption) (*tks_pb.IDsResponse, error)
UninstallAppGroups mocks base method.
type MockClusterLcmServiceClientMockRecorder ¶
type MockClusterLcmServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterLcmServiceClientMockRecorder is the mock recorder for MockClusterLcmServiceClient.
func (*MockClusterLcmServiceClientMockRecorder) CreateCluster ¶
func (mr *MockClusterLcmServiceClientMockRecorder) CreateCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateCluster indicates an expected call of CreateCluster.
func (*MockClusterLcmServiceClientMockRecorder) DeleteCluster ¶
func (mr *MockClusterLcmServiceClientMockRecorder) DeleteCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteCluster indicates an expected call of DeleteCluster.
func (*MockClusterLcmServiceClientMockRecorder) ImportCluster ¶
func (mr *MockClusterLcmServiceClientMockRecorder) ImportCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
ImportCluster indicates an expected call of ImportCluster.
func (*MockClusterLcmServiceClientMockRecorder) InstallAppGroups ¶
func (mr *MockClusterLcmServiceClientMockRecorder) InstallAppGroups(ctx, in interface{}, opts ...interface{}) *gomock.Call
InstallAppGroups indicates an expected call of InstallAppGroups.
func (*MockClusterLcmServiceClientMockRecorder) ScaleCluster ¶
func (mr *MockClusterLcmServiceClientMockRecorder) ScaleCluster(ctx, in interface{}, opts ...interface{}) *gomock.Call
ScaleCluster indicates an expected call of ScaleCluster.
func (*MockClusterLcmServiceClientMockRecorder) UninstallAppGroups ¶
func (mr *MockClusterLcmServiceClientMockRecorder) UninstallAppGroups(ctx, in interface{}, opts ...interface{}) *gomock.Call
UninstallAppGroups indicates an expected call of UninstallAppGroups.
type MockClusterLcmServiceServer ¶
type MockClusterLcmServiceServer struct {
// contains filtered or unexported fields
}
MockClusterLcmServiceServer is a mock of ClusterLcmServiceServer interface.
func NewMockClusterLcmServiceServer ¶
func NewMockClusterLcmServiceServer(ctrl *gomock.Controller) *MockClusterLcmServiceServer
NewMockClusterLcmServiceServer creates a new mock instance.
func (*MockClusterLcmServiceServer) CreateCluster ¶
func (m *MockClusterLcmServiceServer) CreateCluster(arg0 context.Context, arg1 *tks_pb.CreateClusterRequest) (*tks_pb.IDResponse, error)
CreateCluster mocks base method.
func (*MockClusterLcmServiceServer) DeleteCluster ¶
func (m *MockClusterLcmServiceServer) DeleteCluster(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.SimpleResponse, error)
DeleteCluster mocks base method.
func (*MockClusterLcmServiceServer) EXPECT ¶
func (m *MockClusterLcmServiceServer) EXPECT() *MockClusterLcmServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterLcmServiceServer) ImportCluster ¶
func (m *MockClusterLcmServiceServer) ImportCluster(arg0 context.Context, arg1 *tks_pb.ImportClusterRequest) (*tks_pb.IDResponse, error)
ImportCluster mocks base method.
func (*MockClusterLcmServiceServer) InstallAppGroups ¶
func (m *MockClusterLcmServiceServer) InstallAppGroups(arg0 context.Context, arg1 *tks_pb.InstallAppGroupsRequest) (*tks_pb.IDsResponse, error)
InstallAppGroups mocks base method.
func (*MockClusterLcmServiceServer) ScaleCluster ¶
func (m *MockClusterLcmServiceServer) ScaleCluster(arg0 context.Context, arg1 *tks_pb.ScaleClusterRequest) (*tks_pb.SimpleResponse, error)
ScaleCluster mocks base method.
func (*MockClusterLcmServiceServer) UninstallAppGroups ¶
func (m *MockClusterLcmServiceServer) UninstallAppGroups(arg0 context.Context, arg1 *tks_pb.UninstallAppGroupsRequest) (*tks_pb.IDsResponse, error)
UninstallAppGroups mocks base method.
type MockClusterLcmServiceServerMockRecorder ¶
type MockClusterLcmServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterLcmServiceServerMockRecorder is the mock recorder for MockClusterLcmServiceServer.
func (*MockClusterLcmServiceServerMockRecorder) CreateCluster ¶
func (mr *MockClusterLcmServiceServerMockRecorder) CreateCluster(arg0, arg1 interface{}) *gomock.Call
CreateCluster indicates an expected call of CreateCluster.
func (*MockClusterLcmServiceServerMockRecorder) DeleteCluster ¶
func (mr *MockClusterLcmServiceServerMockRecorder) DeleteCluster(arg0, arg1 interface{}) *gomock.Call
DeleteCluster indicates an expected call of DeleteCluster.
func (*MockClusterLcmServiceServerMockRecorder) ImportCluster ¶
func (mr *MockClusterLcmServiceServerMockRecorder) ImportCluster(arg0, arg1 interface{}) *gomock.Call
ImportCluster indicates an expected call of ImportCluster.
func (*MockClusterLcmServiceServerMockRecorder) InstallAppGroups ¶
func (mr *MockClusterLcmServiceServerMockRecorder) InstallAppGroups(arg0, arg1 interface{}) *gomock.Call
InstallAppGroups indicates an expected call of InstallAppGroups.
func (*MockClusterLcmServiceServerMockRecorder) ScaleCluster ¶
func (mr *MockClusterLcmServiceServerMockRecorder) ScaleCluster(arg0, arg1 interface{}) *gomock.Call
ScaleCluster indicates an expected call of ScaleCluster.
func (*MockClusterLcmServiceServerMockRecorder) UninstallAppGroups ¶
func (mr *MockClusterLcmServiceServerMockRecorder) UninstallAppGroups(arg0, arg1 interface{}) *gomock.Call
UninstallAppGroups indicates an expected call of UninstallAppGroups.
type MockContractServiceClient ¶
type MockContractServiceClient struct {
// contains filtered or unexported fields
}
MockContractServiceClient is a mock of ContractServiceClient interface.
func NewMockContractServiceClient ¶
func NewMockContractServiceClient(ctrl *gomock.Controller) *MockContractServiceClient
NewMockContractServiceClient creates a new mock instance.
func (*MockContractServiceClient) CreateContract ¶
func (m *MockContractServiceClient) CreateContract(ctx context.Context, in *tks_pb.CreateContractRequest, opts ...grpc.CallOption) (*tks_pb.CreateContractResponse, error)
CreateContract mocks base method.
func (*MockContractServiceClient) EXPECT ¶
func (m *MockContractServiceClient) EXPECT() *MockContractServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockContractServiceClient) GetAvailableServices ¶
func (m *MockContractServiceClient) GetAvailableServices(ctx context.Context, in *tks_pb.GetAvailableServicesRequest, opts ...grpc.CallOption) (*tks_pb.GetAvailableServicesResponse, error)
GetAvailableServices mocks base method.
func (*MockContractServiceClient) GetContract ¶
func (m *MockContractServiceClient) GetContract(ctx context.Context, in *tks_pb.GetContractRequest, opts ...grpc.CallOption) (*tks_pb.GetContractResponse, error)
GetContract mocks base method.
func (*MockContractServiceClient) GetContracts ¶
func (m *MockContractServiceClient) GetContracts(ctx context.Context, in *tks_pb.GetContractsRequest, opts ...grpc.CallOption) (*tks_pb.GetContractsResponse, error)
GetContracts mocks base method.
func (*MockContractServiceClient) GetDefaultContract ¶
func (m *MockContractServiceClient) GetDefaultContract(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*tks_pb.GetContractResponse, error)
GetDefaultContract mocks base method.
func (*MockContractServiceClient) GetQuota ¶
func (m *MockContractServiceClient) GetQuota(ctx context.Context, in *tks_pb.GetQuotaRequest, opts ...grpc.CallOption) (*tks_pb.GetQuotaResponse, error)
GetQuota mocks base method.
func (*MockContractServiceClient) UpdateQuota ¶
func (m *MockContractServiceClient) UpdateQuota(ctx context.Context, in *tks_pb.UpdateQuotaRequest, opts ...grpc.CallOption) (*tks_pb.UpdateQuotaResponse, error)
UpdateQuota mocks base method.
func (*MockContractServiceClient) UpdateServices ¶
func (m *MockContractServiceClient) UpdateServices(ctx context.Context, in *tks_pb.UpdateServicesRequest, opts ...grpc.CallOption) (*tks_pb.UpdateServicesResponse, error)
UpdateServices mocks base method.
type MockContractServiceClientMockRecorder ¶
type MockContractServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockContractServiceClientMockRecorder is the mock recorder for MockContractServiceClient.
func (*MockContractServiceClientMockRecorder) CreateContract ¶
func (mr *MockContractServiceClientMockRecorder) CreateContract(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateContract indicates an expected call of CreateContract.
func (*MockContractServiceClientMockRecorder) GetAvailableServices ¶
func (mr *MockContractServiceClientMockRecorder) GetAvailableServices(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetAvailableServices indicates an expected call of GetAvailableServices.
func (*MockContractServiceClientMockRecorder) GetContract ¶
func (mr *MockContractServiceClientMockRecorder) GetContract(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetContract indicates an expected call of GetContract.
func (*MockContractServiceClientMockRecorder) GetContracts ¶
func (mr *MockContractServiceClientMockRecorder) GetContracts(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetContracts indicates an expected call of GetContracts.
func (*MockContractServiceClientMockRecorder) GetDefaultContract ¶
func (mr *MockContractServiceClientMockRecorder) GetDefaultContract(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetDefaultContract indicates an expected call of GetDefaultContract.
func (*MockContractServiceClientMockRecorder) GetQuota ¶
func (mr *MockContractServiceClientMockRecorder) GetQuota(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetQuota indicates an expected call of GetQuota.
func (*MockContractServiceClientMockRecorder) UpdateQuota ¶
func (mr *MockContractServiceClientMockRecorder) UpdateQuota(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateQuota indicates an expected call of UpdateQuota.
func (*MockContractServiceClientMockRecorder) UpdateServices ¶
func (mr *MockContractServiceClientMockRecorder) UpdateServices(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateServices indicates an expected call of UpdateServices.
type MockContractServiceServer ¶
type MockContractServiceServer struct {
// contains filtered or unexported fields
}
MockContractServiceServer is a mock of ContractServiceServer interface.
func NewMockContractServiceServer ¶
func NewMockContractServiceServer(ctrl *gomock.Controller) *MockContractServiceServer
NewMockContractServiceServer creates a new mock instance.
func (*MockContractServiceServer) CreateContract ¶
func (m *MockContractServiceServer) CreateContract(arg0 context.Context, arg1 *tks_pb.CreateContractRequest) (*tks_pb.CreateContractResponse, error)
CreateContract mocks base method.
func (*MockContractServiceServer) EXPECT ¶
func (m *MockContractServiceServer) EXPECT() *MockContractServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockContractServiceServer) GetAvailableServices ¶
func (m *MockContractServiceServer) GetAvailableServices(arg0 context.Context, arg1 *tks_pb.GetAvailableServicesRequest) (*tks_pb.GetAvailableServicesResponse, error)
GetAvailableServices mocks base method.
func (*MockContractServiceServer) GetContract ¶
func (m *MockContractServiceServer) GetContract(arg0 context.Context, arg1 *tks_pb.GetContractRequest) (*tks_pb.GetContractResponse, error)
GetContract mocks base method.
func (*MockContractServiceServer) GetContracts ¶
func (m *MockContractServiceServer) GetContracts(arg0 context.Context, arg1 *tks_pb.GetContractsRequest) (*tks_pb.GetContractsResponse, error)
GetContracts mocks base method.
func (*MockContractServiceServer) GetDefaultContract ¶
func (m *MockContractServiceServer) GetDefaultContract(arg0 context.Context, arg1 *emptypb.Empty) (*tks_pb.GetContractResponse, error)
GetDefaultContract mocks base method.
func (*MockContractServiceServer) GetQuota ¶
func (m *MockContractServiceServer) GetQuota(arg0 context.Context, arg1 *tks_pb.GetQuotaRequest) (*tks_pb.GetQuotaResponse, error)
GetQuota mocks base method.
func (*MockContractServiceServer) UpdateQuota ¶
func (m *MockContractServiceServer) UpdateQuota(arg0 context.Context, arg1 *tks_pb.UpdateQuotaRequest) (*tks_pb.UpdateQuotaResponse, error)
UpdateQuota mocks base method.
func (*MockContractServiceServer) UpdateServices ¶
func (m *MockContractServiceServer) UpdateServices(arg0 context.Context, arg1 *tks_pb.UpdateServicesRequest) (*tks_pb.UpdateServicesResponse, error)
UpdateServices mocks base method.
type MockContractServiceServerMockRecorder ¶
type MockContractServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockContractServiceServerMockRecorder is the mock recorder for MockContractServiceServer.
func (*MockContractServiceServerMockRecorder) CreateContract ¶
func (mr *MockContractServiceServerMockRecorder) CreateContract(arg0, arg1 interface{}) *gomock.Call
CreateContract indicates an expected call of CreateContract.
func (*MockContractServiceServerMockRecorder) GetAvailableServices ¶
func (mr *MockContractServiceServerMockRecorder) GetAvailableServices(arg0, arg1 interface{}) *gomock.Call
GetAvailableServices indicates an expected call of GetAvailableServices.
func (*MockContractServiceServerMockRecorder) GetContract ¶
func (mr *MockContractServiceServerMockRecorder) GetContract(arg0, arg1 interface{}) *gomock.Call
GetContract indicates an expected call of GetContract.
func (*MockContractServiceServerMockRecorder) GetContracts ¶
func (mr *MockContractServiceServerMockRecorder) GetContracts(arg0, arg1 interface{}) *gomock.Call
GetContracts indicates an expected call of GetContracts.
func (*MockContractServiceServerMockRecorder) GetDefaultContract ¶
func (mr *MockContractServiceServerMockRecorder) GetDefaultContract(arg0, arg1 interface{}) *gomock.Call
GetDefaultContract indicates an expected call of GetDefaultContract.
func (*MockContractServiceServerMockRecorder) GetQuota ¶
func (mr *MockContractServiceServerMockRecorder) GetQuota(arg0, arg1 interface{}) *gomock.Call
GetQuota indicates an expected call of GetQuota.
func (*MockContractServiceServerMockRecorder) UpdateQuota ¶
func (mr *MockContractServiceServerMockRecorder) UpdateQuota(arg0, arg1 interface{}) *gomock.Call
UpdateQuota indicates an expected call of UpdateQuota.
func (*MockContractServiceServerMockRecorder) UpdateServices ¶
func (mr *MockContractServiceServerMockRecorder) UpdateServices(arg0, arg1 interface{}) *gomock.Call
UpdateServices indicates an expected call of UpdateServices.
type MockCspInfoServiceClient ¶
type MockCspInfoServiceClient struct {
// contains filtered or unexported fields
}
MockCspInfoServiceClient is a mock of CspInfoServiceClient interface.
func NewMockCspInfoServiceClient ¶
func NewMockCspInfoServiceClient(ctrl *gomock.Controller) *MockCspInfoServiceClient
NewMockCspInfoServiceClient creates a new mock instance.
func (*MockCspInfoServiceClient) CreateCSPInfo ¶
func (m *MockCspInfoServiceClient) CreateCSPInfo(ctx context.Context, in *tks_pb.CreateCSPInfoRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
CreateCSPInfo mocks base method.
func (*MockCspInfoServiceClient) EXPECT ¶
func (m *MockCspInfoServiceClient) EXPECT() *MockCspInfoServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCspInfoServiceClient) GetCSPAuth ¶
func (m *MockCspInfoServiceClient) GetCSPAuth(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetCSPAuthResponse, error)
GetCSPAuth mocks base method.
func (*MockCspInfoServiceClient) GetCSPIDs ¶
func (m *MockCspInfoServiceClient) GetCSPIDs(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*tks_pb.IDsResponse, error)
GetCSPIDs mocks base method.
func (*MockCspInfoServiceClient) GetCSPIDsByContractID ¶
func (m *MockCspInfoServiceClient) GetCSPIDsByContractID(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.IDsResponse, error)
GetCSPIDsByContractID mocks base method.
func (*MockCspInfoServiceClient) GetCSPInfo ¶
func (m *MockCspInfoServiceClient) GetCSPInfo(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetCSPInfoResponse, error)
GetCSPInfo mocks base method.
func (*MockCspInfoServiceClient) UpdateCSPAuth ¶
func (m *MockCspInfoServiceClient) UpdateCSPAuth(ctx context.Context, in *tks_pb.UpdateCSPAuthRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateCSPAuth mocks base method.
type MockCspInfoServiceClientMockRecorder ¶
type MockCspInfoServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCspInfoServiceClientMockRecorder is the mock recorder for MockCspInfoServiceClient.
func (*MockCspInfoServiceClientMockRecorder) CreateCSPInfo ¶
func (mr *MockCspInfoServiceClientMockRecorder) CreateCSPInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateCSPInfo indicates an expected call of CreateCSPInfo.
func (*MockCspInfoServiceClientMockRecorder) GetCSPAuth ¶
func (mr *MockCspInfoServiceClientMockRecorder) GetCSPAuth(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetCSPAuth indicates an expected call of GetCSPAuth.
func (*MockCspInfoServiceClientMockRecorder) GetCSPIDs ¶
func (mr *MockCspInfoServiceClientMockRecorder) GetCSPIDs(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetCSPIDs indicates an expected call of GetCSPIDs.
func (*MockCspInfoServiceClientMockRecorder) GetCSPIDsByContractID ¶
func (mr *MockCspInfoServiceClientMockRecorder) GetCSPIDsByContractID(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetCSPIDsByContractID indicates an expected call of GetCSPIDsByContractID.
func (*MockCspInfoServiceClientMockRecorder) GetCSPInfo ¶
func (mr *MockCspInfoServiceClientMockRecorder) GetCSPInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetCSPInfo indicates an expected call of GetCSPInfo.
func (*MockCspInfoServiceClientMockRecorder) UpdateCSPAuth ¶
func (mr *MockCspInfoServiceClientMockRecorder) UpdateCSPAuth(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateCSPAuth indicates an expected call of UpdateCSPAuth.
type MockCspInfoServiceServer ¶
type MockCspInfoServiceServer struct {
// contains filtered or unexported fields
}
MockCspInfoServiceServer is a mock of CspInfoServiceServer interface.
func NewMockCspInfoServiceServer ¶
func NewMockCspInfoServiceServer(ctrl *gomock.Controller) *MockCspInfoServiceServer
NewMockCspInfoServiceServer creates a new mock instance.
func (*MockCspInfoServiceServer) CreateCSPInfo ¶
func (m *MockCspInfoServiceServer) CreateCSPInfo(arg0 context.Context, arg1 *tks_pb.CreateCSPInfoRequest) (*tks_pb.IDResponse, error)
CreateCSPInfo mocks base method.
func (*MockCspInfoServiceServer) EXPECT ¶
func (m *MockCspInfoServiceServer) EXPECT() *MockCspInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCspInfoServiceServer) GetCSPAuth ¶
func (m *MockCspInfoServiceServer) GetCSPAuth(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetCSPAuthResponse, error)
GetCSPAuth mocks base method.
func (*MockCspInfoServiceServer) GetCSPIDs ¶
func (m *MockCspInfoServiceServer) GetCSPIDs(arg0 context.Context, arg1 *emptypb.Empty) (*tks_pb.IDsResponse, error)
GetCSPIDs mocks base method.
func (*MockCspInfoServiceServer) GetCSPIDsByContractID ¶
func (m *MockCspInfoServiceServer) GetCSPIDsByContractID(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.IDsResponse, error)
GetCSPIDsByContractID mocks base method.
func (*MockCspInfoServiceServer) GetCSPInfo ¶
func (m *MockCspInfoServiceServer) GetCSPInfo(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetCSPInfoResponse, error)
GetCSPInfo mocks base method.
func (*MockCspInfoServiceServer) UpdateCSPAuth ¶
func (m *MockCspInfoServiceServer) UpdateCSPAuth(arg0 context.Context, arg1 *tks_pb.UpdateCSPAuthRequest) (*tks_pb.SimpleResponse, error)
UpdateCSPAuth mocks base method.
type MockCspInfoServiceServerMockRecorder ¶
type MockCspInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockCspInfoServiceServerMockRecorder is the mock recorder for MockCspInfoServiceServer.
func (*MockCspInfoServiceServerMockRecorder) CreateCSPInfo ¶
func (mr *MockCspInfoServiceServerMockRecorder) CreateCSPInfo(arg0, arg1 interface{}) *gomock.Call
CreateCSPInfo indicates an expected call of CreateCSPInfo.
func (*MockCspInfoServiceServerMockRecorder) GetCSPAuth ¶
func (mr *MockCspInfoServiceServerMockRecorder) GetCSPAuth(arg0, arg1 interface{}) *gomock.Call
GetCSPAuth indicates an expected call of GetCSPAuth.
func (*MockCspInfoServiceServerMockRecorder) GetCSPIDs ¶
func (mr *MockCspInfoServiceServerMockRecorder) GetCSPIDs(arg0, arg1 interface{}) *gomock.Call
GetCSPIDs indicates an expected call of GetCSPIDs.
func (*MockCspInfoServiceServerMockRecorder) GetCSPIDsByContractID ¶
func (mr *MockCspInfoServiceServerMockRecorder) GetCSPIDsByContractID(arg0, arg1 interface{}) *gomock.Call
GetCSPIDsByContractID indicates an expected call of GetCSPIDsByContractID.
func (*MockCspInfoServiceServerMockRecorder) GetCSPInfo ¶
func (mr *MockCspInfoServiceServerMockRecorder) GetCSPInfo(arg0, arg1 interface{}) *gomock.Call
GetCSPInfo indicates an expected call of GetCSPInfo.
func (*MockCspInfoServiceServerMockRecorder) UpdateCSPAuth ¶
func (mr *MockCspInfoServiceServerMockRecorder) UpdateCSPAuth(arg0, arg1 interface{}) *gomock.Call
UpdateCSPAuth indicates an expected call of UpdateCSPAuth.
type MockKeycloakInfoServiceClient ¶
type MockKeycloakInfoServiceClient struct {
// contains filtered or unexported fields
}
MockKeycloakInfoServiceClient is a mock of KeycloakInfoServiceClient interface.
func NewMockKeycloakInfoServiceClient ¶
func NewMockKeycloakInfoServiceClient(ctrl *gomock.Controller) *MockKeycloakInfoServiceClient
NewMockKeycloakInfoServiceClient creates a new mock instance.
func (*MockKeycloakInfoServiceClient) CreateKeycloakInfo ¶
func (m *MockKeycloakInfoServiceClient) CreateKeycloakInfo(ctx context.Context, in *tks_pb.CreateKeycloakInfoRequest, opts ...grpc.CallOption) (*tks_pb.IDResponse, error)
CreateKeycloakInfo mocks base method.
func (*MockKeycloakInfoServiceClient) DeleteKeycloakInfo ¶
func (m *MockKeycloakInfoServiceClient) DeleteKeycloakInfo(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
DeleteKeycloakInfo mocks base method.
func (*MockKeycloakInfoServiceClient) EXPECT ¶
func (m *MockKeycloakInfoServiceClient) EXPECT() *MockKeycloakInfoServiceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKeycloakInfoServiceClient) GetKeycloakInfoByClusterId ¶
func (m *MockKeycloakInfoServiceClient) GetKeycloakInfoByClusterId(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.GetKeycloakInfoResponse, error)
GetKeycloakInfoByClusterId mocks base method.
func (*MockKeycloakInfoServiceClient) UpdateKeycloakInfo ¶
func (m *MockKeycloakInfoServiceClient) UpdateKeycloakInfo(ctx context.Context, in *tks_pb.IDRequest, opts ...grpc.CallOption) (*tks_pb.SimpleResponse, error)
UpdateKeycloakInfo mocks base method.
type MockKeycloakInfoServiceClientMockRecorder ¶
type MockKeycloakInfoServiceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockKeycloakInfoServiceClientMockRecorder is the mock recorder for MockKeycloakInfoServiceClient.
func (*MockKeycloakInfoServiceClientMockRecorder) CreateKeycloakInfo ¶
func (mr *MockKeycloakInfoServiceClientMockRecorder) CreateKeycloakInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
CreateKeycloakInfo indicates an expected call of CreateKeycloakInfo.
func (*MockKeycloakInfoServiceClientMockRecorder) DeleteKeycloakInfo ¶
func (mr *MockKeycloakInfoServiceClientMockRecorder) DeleteKeycloakInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
DeleteKeycloakInfo indicates an expected call of DeleteKeycloakInfo.
func (*MockKeycloakInfoServiceClientMockRecorder) GetKeycloakInfoByClusterId ¶
func (mr *MockKeycloakInfoServiceClientMockRecorder) GetKeycloakInfoByClusterId(ctx, in interface{}, opts ...interface{}) *gomock.Call
GetKeycloakInfoByClusterId indicates an expected call of GetKeycloakInfoByClusterId.
func (*MockKeycloakInfoServiceClientMockRecorder) UpdateKeycloakInfo ¶
func (mr *MockKeycloakInfoServiceClientMockRecorder) UpdateKeycloakInfo(ctx, in interface{}, opts ...interface{}) *gomock.Call
UpdateKeycloakInfo indicates an expected call of UpdateKeycloakInfo.
type MockKeycloakInfoServiceServer ¶
type MockKeycloakInfoServiceServer struct {
// contains filtered or unexported fields
}
MockKeycloakInfoServiceServer is a mock of KeycloakInfoServiceServer interface.
func NewMockKeycloakInfoServiceServer ¶
func NewMockKeycloakInfoServiceServer(ctrl *gomock.Controller) *MockKeycloakInfoServiceServer
NewMockKeycloakInfoServiceServer creates a new mock instance.
func (*MockKeycloakInfoServiceServer) CreateKeycloakInfo ¶
func (m *MockKeycloakInfoServiceServer) CreateKeycloakInfo(arg0 context.Context, arg1 *tks_pb.CreateKeycloakInfoRequest) (*tks_pb.IDResponse, error)
CreateKeycloakInfo mocks base method.
func (*MockKeycloakInfoServiceServer) DeleteKeycloakInfo ¶
func (m *MockKeycloakInfoServiceServer) DeleteKeycloakInfo(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.SimpleResponse, error)
DeleteKeycloakInfo mocks base method.
func (*MockKeycloakInfoServiceServer) EXPECT ¶
func (m *MockKeycloakInfoServiceServer) EXPECT() *MockKeycloakInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKeycloakInfoServiceServer) GetKeycloakInfoByClusterId ¶
func (m *MockKeycloakInfoServiceServer) GetKeycloakInfoByClusterId(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.GetKeycloakInfoResponse, error)
GetKeycloakInfoByClusterId mocks base method.
func (*MockKeycloakInfoServiceServer) UpdateKeycloakInfo ¶
func (m *MockKeycloakInfoServiceServer) UpdateKeycloakInfo(arg0 context.Context, arg1 *tks_pb.IDRequest) (*tks_pb.SimpleResponse, error)
UpdateKeycloakInfo mocks base method.
type MockKeycloakInfoServiceServerMockRecorder ¶
type MockKeycloakInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockKeycloakInfoServiceServerMockRecorder is the mock recorder for MockKeycloakInfoServiceServer.
func (*MockKeycloakInfoServiceServerMockRecorder) CreateKeycloakInfo ¶
func (mr *MockKeycloakInfoServiceServerMockRecorder) CreateKeycloakInfo(arg0, arg1 interface{}) *gomock.Call
CreateKeycloakInfo indicates an expected call of CreateKeycloakInfo.
func (*MockKeycloakInfoServiceServerMockRecorder) DeleteKeycloakInfo ¶
func (mr *MockKeycloakInfoServiceServerMockRecorder) DeleteKeycloakInfo(arg0, arg1 interface{}) *gomock.Call
DeleteKeycloakInfo indicates an expected call of DeleteKeycloakInfo.
func (*MockKeycloakInfoServiceServerMockRecorder) GetKeycloakInfoByClusterId ¶
func (mr *MockKeycloakInfoServiceServerMockRecorder) GetKeycloakInfoByClusterId(arg0, arg1 interface{}) *gomock.Call
GetKeycloakInfoByClusterId indicates an expected call of GetKeycloakInfoByClusterId.
func (*MockKeycloakInfoServiceServerMockRecorder) UpdateKeycloakInfo ¶
func (mr *MockKeycloakInfoServiceServerMockRecorder) UpdateKeycloakInfo(arg0, arg1 interface{}) *gomock.Call
UpdateKeycloakInfo indicates an expected call of UpdateKeycloakInfo.
type MockUnsafeAppInfoServiceServer ¶
type MockUnsafeAppInfoServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeAppInfoServiceServer is a mock of UnsafeAppInfoServiceServer interface.
func NewMockUnsafeAppInfoServiceServer ¶
func NewMockUnsafeAppInfoServiceServer(ctrl *gomock.Controller) *MockUnsafeAppInfoServiceServer
NewMockUnsafeAppInfoServiceServer creates a new mock instance.
func (*MockUnsafeAppInfoServiceServer) EXPECT ¶
func (m *MockUnsafeAppInfoServiceServer) EXPECT() *MockUnsafeAppInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeAppInfoServiceServerMockRecorder ¶
type MockUnsafeAppInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeAppInfoServiceServerMockRecorder is the mock recorder for MockUnsafeAppInfoServiceServer.
type MockUnsafeAppServeAppServiceServer ¶
type MockUnsafeAppServeAppServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeAppServeAppServiceServer is a mock of UnsafeAppServeAppServiceServer interface.
func NewMockUnsafeAppServeAppServiceServer ¶
func NewMockUnsafeAppServeAppServiceServer(ctrl *gomock.Controller) *MockUnsafeAppServeAppServiceServer
NewMockUnsafeAppServeAppServiceServer creates a new mock instance.
func (*MockUnsafeAppServeAppServiceServer) EXPECT ¶
func (m *MockUnsafeAppServeAppServiceServer) EXPECT() *MockUnsafeAppServeAppServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeAppServeAppServiceServerMockRecorder ¶
type MockUnsafeAppServeAppServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeAppServeAppServiceServerMockRecorder is the mock recorder for MockUnsafeAppServeAppServiceServer.
type MockUnsafeClusterInfoServiceServer ¶
type MockUnsafeClusterInfoServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeClusterInfoServiceServer is a mock of UnsafeClusterInfoServiceServer interface.
func NewMockUnsafeClusterInfoServiceServer ¶
func NewMockUnsafeClusterInfoServiceServer(ctrl *gomock.Controller) *MockUnsafeClusterInfoServiceServer
NewMockUnsafeClusterInfoServiceServer creates a new mock instance.
func (*MockUnsafeClusterInfoServiceServer) EXPECT ¶
func (m *MockUnsafeClusterInfoServiceServer) EXPECT() *MockUnsafeClusterInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeClusterInfoServiceServerMockRecorder ¶
type MockUnsafeClusterInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeClusterInfoServiceServerMockRecorder is the mock recorder for MockUnsafeClusterInfoServiceServer.
type MockUnsafeClusterLcmServiceServer ¶
type MockUnsafeClusterLcmServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeClusterLcmServiceServer is a mock of UnsafeClusterLcmServiceServer interface.
func NewMockUnsafeClusterLcmServiceServer ¶
func NewMockUnsafeClusterLcmServiceServer(ctrl *gomock.Controller) *MockUnsafeClusterLcmServiceServer
NewMockUnsafeClusterLcmServiceServer creates a new mock instance.
func (*MockUnsafeClusterLcmServiceServer) EXPECT ¶
func (m *MockUnsafeClusterLcmServiceServer) EXPECT() *MockUnsafeClusterLcmServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeClusterLcmServiceServerMockRecorder ¶
type MockUnsafeClusterLcmServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeClusterLcmServiceServerMockRecorder is the mock recorder for MockUnsafeClusterLcmServiceServer.
type MockUnsafeContractServiceServer ¶
type MockUnsafeContractServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeContractServiceServer is a mock of UnsafeContractServiceServer interface.
func NewMockUnsafeContractServiceServer ¶
func NewMockUnsafeContractServiceServer(ctrl *gomock.Controller) *MockUnsafeContractServiceServer
NewMockUnsafeContractServiceServer creates a new mock instance.
func (*MockUnsafeContractServiceServer) EXPECT ¶
func (m *MockUnsafeContractServiceServer) EXPECT() *MockUnsafeContractServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeContractServiceServerMockRecorder ¶
type MockUnsafeContractServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeContractServiceServerMockRecorder is the mock recorder for MockUnsafeContractServiceServer.
type MockUnsafeCspInfoServiceServer ¶
type MockUnsafeCspInfoServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeCspInfoServiceServer is a mock of UnsafeCspInfoServiceServer interface.
func NewMockUnsafeCspInfoServiceServer ¶
func NewMockUnsafeCspInfoServiceServer(ctrl *gomock.Controller) *MockUnsafeCspInfoServiceServer
NewMockUnsafeCspInfoServiceServer creates a new mock instance.
func (*MockUnsafeCspInfoServiceServer) EXPECT ¶
func (m *MockUnsafeCspInfoServiceServer) EXPECT() *MockUnsafeCspInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeCspInfoServiceServerMockRecorder ¶
type MockUnsafeCspInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeCspInfoServiceServerMockRecorder is the mock recorder for MockUnsafeCspInfoServiceServer.
type MockUnsafeKeycloakInfoServiceServer ¶
type MockUnsafeKeycloakInfoServiceServer struct {
// contains filtered or unexported fields
}
MockUnsafeKeycloakInfoServiceServer is a mock of UnsafeKeycloakInfoServiceServer interface.
func NewMockUnsafeKeycloakInfoServiceServer ¶
func NewMockUnsafeKeycloakInfoServiceServer(ctrl *gomock.Controller) *MockUnsafeKeycloakInfoServiceServer
NewMockUnsafeKeycloakInfoServiceServer creates a new mock instance.
func (*MockUnsafeKeycloakInfoServiceServer) EXPECT ¶
func (m *MockUnsafeKeycloakInfoServiceServer) EXPECT() *MockUnsafeKeycloakInfoServiceServerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockUnsafeKeycloakInfoServiceServerMockRecorder ¶
type MockUnsafeKeycloakInfoServiceServerMockRecorder struct {
// contains filtered or unexported fields
}
MockUnsafeKeycloakInfoServiceServerMockRecorder is the mock recorder for MockUnsafeKeycloakInfoServiceServer.