Documentation ¶
Index ¶
- type CaraMLClient
- func (_m *CaraMLClient) Close() error
- func (_m *CaraMLClient) Connect(ctx context.Context, host string, maxSizeInMB int, timeout time.Duration) error
- func (_m *CaraMLClient) EXPECT() *CaraMLClient_Expecter
- func (_m *CaraMLClient) Entities(ctx context.Context, project string) (map[string]*core.Entity, error)
- func (_m *CaraMLClient) FeatureTables(ctx context.Context, project string) ([]*core.FeatureTable, error)
- func (_m *CaraMLClient) Projects(ctx context.Context) ([]string, error)
- type CaraMLClient_Close_Call
- type CaraMLClient_Connect_Call
- type CaraMLClient_Entities_Call
- func (_c *CaraMLClient_Entities_Call) Return(_a0 map[string]*core.Entity, _a1 error) *CaraMLClient_Entities_Call
- func (_c *CaraMLClient_Entities_Call) Run(run func(ctx context.Context, project string)) *CaraMLClient_Entities_Call
- func (_c *CaraMLClient_Entities_Call) RunAndReturn(run func(context.Context, string) (map[string]*core.Entity, error)) *CaraMLClient_Entities_Call
- type CaraMLClient_Expecter
- func (_e *CaraMLClient_Expecter) Close() *CaraMLClient_Close_Call
- func (_e *CaraMLClient_Expecter) Connect(ctx interface{}, host interface{}, maxSizeInMB interface{}, ...) *CaraMLClient_Connect_Call
- func (_e *CaraMLClient_Expecter) Entities(ctx interface{}, project interface{}) *CaraMLClient_Entities_Call
- func (_e *CaraMLClient_Expecter) FeatureTables(ctx interface{}, project interface{}) *CaraMLClient_FeatureTables_Call
- func (_e *CaraMLClient_Expecter) Projects(ctx interface{}) *CaraMLClient_Projects_Call
- type CaraMLClient_FeatureTables_Call
- func (_c *CaraMLClient_FeatureTables_Call) Return(_a0 []*core.FeatureTable, _a1 error) *CaraMLClient_FeatureTables_Call
- func (_c *CaraMLClient_FeatureTables_Call) Run(run func(ctx context.Context, project string)) *CaraMLClient_FeatureTables_Call
- func (_c *CaraMLClient_FeatureTables_Call) RunAndReturn(run func(context.Context, string) ([]*core.FeatureTable, error)) *CaraMLClient_FeatureTables_Call
- type CaraMLClient_Projects_Call
- func (_c *CaraMLClient_Projects_Call) Return(_a0 []string, _a1 error) *CaraMLClient_Projects_Call
- func (_c *CaraMLClient_Projects_Call) Run(run func(ctx context.Context)) *CaraMLClient_Projects_Call
- func (_c *CaraMLClient_Projects_Call) RunAndReturn(run func(context.Context) ([]string, error)) *CaraMLClient_Projects_Call
- type CoreServer
- func (_m *CoreServer) ApplyEntity(_a0 context.Context, _a1 *core.ApplyEntityRequest) (*core.ApplyEntityResponse, error)
- func (_m *CoreServer) ApplyFeatureTable(_a0 context.Context, _a1 *core.ApplyFeatureTableRequest) (*core.ApplyFeatureTableResponse, error)
- func (_m *CoreServer) ArchiveOnlineStore(_a0 context.Context, _a1 *core.ArchiveOnlineStoreRequest) (*core.ArchiveOnlineStoreResponse, error)
- func (_m *CoreServer) ArchiveProject(_a0 context.Context, _a1 *core.ArchiveProjectRequest) (*core.ArchiveProjectResponse, error)
- func (_m *CoreServer) CreateProject(_a0 context.Context, _a1 *core.CreateProjectRequest) (*core.CreateProjectResponse, error)
- func (_m *CoreServer) DeleteFeatureTable(_a0 context.Context, _a1 *core.DeleteFeatureTableRequest) (*core.DeleteFeatureTableResponse, error)
- func (_m *CoreServer) EXPECT() *CoreServer_Expecter
- func (_m *CoreServer) GetEntity(_a0 context.Context, _a1 *core.GetEntityRequest) (*core.GetEntityResponse, error)
- func (_m *CoreServer) GetFeastCoreVersion(_a0 context.Context, _a1 *core.GetFeastCoreVersionRequest) (*core.GetFeastCoreVersionResponse, error)
- func (_m *CoreServer) GetFeatureTable(_a0 context.Context, _a1 *core.GetFeatureTableRequest) (*core.GetFeatureTableResponse, error)
- func (_m *CoreServer) GetOnlineStore(_a0 context.Context, _a1 *core.GetOnlineStoreRequest) (*core.GetOnlineStoreResponse, error)
- func (_m *CoreServer) ListEntities(_a0 context.Context, _a1 *core.ListEntitiesRequest) (*core.ListEntitiesResponse, error)
- func (_m *CoreServer) ListFeatureTables(_a0 context.Context, _a1 *core.ListFeatureTablesRequest) (*core.ListFeatureTablesResponse, error)
- func (_m *CoreServer) ListFeatures(_a0 context.Context, _a1 *core.ListFeaturesRequest) (*core.ListFeaturesResponse, error)
- func (_m *CoreServer) ListOnlineStores(_a0 context.Context, _a1 *core.ListOnlineStoresRequest) (*core.ListOnlineStoresResponse, error)
- func (_m *CoreServer) ListProjects(_a0 context.Context, _a1 *core.ListProjectsRequest) (*core.ListProjectsResponse, error)
- func (_m *CoreServer) RegisterOnlineStore(_a0 context.Context, _a1 *core.RegisterOnlineStoreRequest) (*core.RegisterOnlineStoreResponse, error)
- type CoreServer_ApplyEntity_Call
- type CoreServer_ApplyFeatureTable_Call
- type CoreServer_ArchiveOnlineStore_Call
- type CoreServer_ArchiveProject_Call
- type CoreServer_CreateProject_Call
- type CoreServer_DeleteFeatureTable_Call
- type CoreServer_Expecter
- func (_e *CoreServer_Expecter) ApplyEntity(_a0 interface{}, _a1 interface{}) *CoreServer_ApplyEntity_Call
- func (_e *CoreServer_Expecter) ApplyFeatureTable(_a0 interface{}, _a1 interface{}) *CoreServer_ApplyFeatureTable_Call
- func (_e *CoreServer_Expecter) ArchiveOnlineStore(_a0 interface{}, _a1 interface{}) *CoreServer_ArchiveOnlineStore_Call
- func (_e *CoreServer_Expecter) ArchiveProject(_a0 interface{}, _a1 interface{}) *CoreServer_ArchiveProject_Call
- func (_e *CoreServer_Expecter) CreateProject(_a0 interface{}, _a1 interface{}) *CoreServer_CreateProject_Call
- func (_e *CoreServer_Expecter) DeleteFeatureTable(_a0 interface{}, _a1 interface{}) *CoreServer_DeleteFeatureTable_Call
- func (_e *CoreServer_Expecter) GetEntity(_a0 interface{}, _a1 interface{}) *CoreServer_GetEntity_Call
- func (_e *CoreServer_Expecter) GetFeastCoreVersion(_a0 interface{}, _a1 interface{}) *CoreServer_GetFeastCoreVersion_Call
- func (_e *CoreServer_Expecter) GetFeatureTable(_a0 interface{}, _a1 interface{}) *CoreServer_GetFeatureTable_Call
- func (_e *CoreServer_Expecter) GetOnlineStore(_a0 interface{}, _a1 interface{}) *CoreServer_GetOnlineStore_Call
- func (_e *CoreServer_Expecter) ListEntities(_a0 interface{}, _a1 interface{}) *CoreServer_ListEntities_Call
- func (_e *CoreServer_Expecter) ListFeatureTables(_a0 interface{}, _a1 interface{}) *CoreServer_ListFeatureTables_Call
- func (_e *CoreServer_Expecter) ListFeatures(_a0 interface{}, _a1 interface{}) *CoreServer_ListFeatures_Call
- func (_e *CoreServer_Expecter) ListOnlineStores(_a0 interface{}, _a1 interface{}) *CoreServer_ListOnlineStores_Call
- func (_e *CoreServer_Expecter) ListProjects(_a0 interface{}, _a1 interface{}) *CoreServer_ListProjects_Call
- func (_e *CoreServer_Expecter) RegisterOnlineStore(_a0 interface{}, _a1 interface{}) *CoreServer_RegisterOnlineStore_Call
- type CoreServer_GetEntity_Call
- type CoreServer_GetFeastCoreVersion_Call
- type CoreServer_GetFeatureTable_Call
- type CoreServer_GetOnlineStore_Call
- type CoreServer_ListEntities_Call
- type CoreServer_ListFeatureTables_Call
- type CoreServer_ListFeatures_Call
- type CoreServer_ListOnlineStores_Call
- type CoreServer_ListProjects_Call
- type CoreServer_RegisterOnlineStore_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CaraMLClient ¶
CaraMLClient is an autogenerated mock type for the Client type
func NewCaraMLClient ¶
func NewCaraMLClient(t interface { mock.TestingT Cleanup(func()) }) *CaraMLClient
NewCaraMLClient creates a new instance of CaraMLClient. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*CaraMLClient) Close ¶
func (_m *CaraMLClient) Close() error
Close provides a mock function with given fields:
func (*CaraMLClient) Connect ¶
func (_m *CaraMLClient) Connect(ctx context.Context, host string, maxSizeInMB int, timeout time.Duration) error
Connect provides a mock function with given fields: ctx, host, maxSizeInMB, timeout
func (*CaraMLClient) EXPECT ¶
func (_m *CaraMLClient) EXPECT() *CaraMLClient_Expecter
func (*CaraMLClient) Entities ¶
func (_m *CaraMLClient) Entities(ctx context.Context, project string) (map[string]*core.Entity, error)
Entities provides a mock function with given fields: ctx, project
func (*CaraMLClient) FeatureTables ¶
func (_m *CaraMLClient) FeatureTables(ctx context.Context, project string) ([]*core.FeatureTable, error)
FeatureTables provides a mock function with given fields: ctx, project
type CaraMLClient_Close_Call ¶
CaraMLClient_Close_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Close'
func (*CaraMLClient_Close_Call) Return ¶
func (_c *CaraMLClient_Close_Call) Return(_a0 error) *CaraMLClient_Close_Call
func (*CaraMLClient_Close_Call) Run ¶
func (_c *CaraMLClient_Close_Call) Run(run func()) *CaraMLClient_Close_Call
func (*CaraMLClient_Close_Call) RunAndReturn ¶ added in v0.8.9
func (_c *CaraMLClient_Close_Call) RunAndReturn(run func() error) *CaraMLClient_Close_Call
type CaraMLClient_Connect_Call ¶
CaraMLClient_Connect_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Connect'
func (*CaraMLClient_Connect_Call) Return ¶
func (_c *CaraMLClient_Connect_Call) Return(_a0 error) *CaraMLClient_Connect_Call
func (*CaraMLClient_Connect_Call) Run ¶
func (_c *CaraMLClient_Connect_Call) Run(run func(ctx context.Context, host string, maxSizeInMB int, timeout time.Duration)) *CaraMLClient_Connect_Call
func (*CaraMLClient_Connect_Call) RunAndReturn ¶ added in v0.8.9
func (_c *CaraMLClient_Connect_Call) RunAndReturn(run func(context.Context, string, int, time.Duration) error) *CaraMLClient_Connect_Call
type CaraMLClient_Entities_Call ¶
CaraMLClient_Entities_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Entities'
func (*CaraMLClient_Entities_Call) Return ¶
func (_c *CaraMLClient_Entities_Call) Return(_a0 map[string]*core.Entity, _a1 error) *CaraMLClient_Entities_Call
func (*CaraMLClient_Entities_Call) Run ¶
func (_c *CaraMLClient_Entities_Call) Run(run func(ctx context.Context, project string)) *CaraMLClient_Entities_Call
func (*CaraMLClient_Entities_Call) RunAndReturn ¶ added in v0.8.9
func (_c *CaraMLClient_Entities_Call) RunAndReturn(run func(context.Context, string) (map[string]*core.Entity, error)) *CaraMLClient_Entities_Call
type CaraMLClient_Expecter ¶
type CaraMLClient_Expecter struct {
// contains filtered or unexported fields
}
func (*CaraMLClient_Expecter) Close ¶
func (_e *CaraMLClient_Expecter) Close() *CaraMLClient_Close_Call
Close is a helper method to define mock.On call
func (*CaraMLClient_Expecter) Connect ¶
func (_e *CaraMLClient_Expecter) Connect(ctx interface{}, host interface{}, maxSizeInMB interface{}, timeout interface{}) *CaraMLClient_Connect_Call
Connect is a helper method to define mock.On call
- ctx context.Context
- host string
- maxSizeInMB int
- timeout time.Duration
func (*CaraMLClient_Expecter) Entities ¶
func (_e *CaraMLClient_Expecter) Entities(ctx interface{}, project interface{}) *CaraMLClient_Entities_Call
Entities is a helper method to define mock.On call
- ctx context.Context
- project string
func (*CaraMLClient_Expecter) FeatureTables ¶
func (_e *CaraMLClient_Expecter) FeatureTables(ctx interface{}, project interface{}) *CaraMLClient_FeatureTables_Call
FeatureTables is a helper method to define mock.On call
- ctx context.Context
- project string
func (*CaraMLClient_Expecter) Projects ¶
func (_e *CaraMLClient_Expecter) Projects(ctx interface{}) *CaraMLClient_Projects_Call
Projects is a helper method to define mock.On call
- ctx context.Context
type CaraMLClient_FeatureTables_Call ¶
CaraMLClient_FeatureTables_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FeatureTables'
func (*CaraMLClient_FeatureTables_Call) Return ¶
func (_c *CaraMLClient_FeatureTables_Call) Return(_a0 []*core.FeatureTable, _a1 error) *CaraMLClient_FeatureTables_Call
func (*CaraMLClient_FeatureTables_Call) Run ¶
func (_c *CaraMLClient_FeatureTables_Call) Run(run func(ctx context.Context, project string)) *CaraMLClient_FeatureTables_Call
func (*CaraMLClient_FeatureTables_Call) RunAndReturn ¶ added in v0.8.9
func (_c *CaraMLClient_FeatureTables_Call) RunAndReturn(run func(context.Context, string) ([]*core.FeatureTable, error)) *CaraMLClient_FeatureTables_Call
type CaraMLClient_Projects_Call ¶
CaraMLClient_Projects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Projects'
func (*CaraMLClient_Projects_Call) Return ¶
func (_c *CaraMLClient_Projects_Call) Return(_a0 []string, _a1 error) *CaraMLClient_Projects_Call
func (*CaraMLClient_Projects_Call) Run ¶
func (_c *CaraMLClient_Projects_Call) Run(run func(ctx context.Context)) *CaraMLClient_Projects_Call
func (*CaraMLClient_Projects_Call) RunAndReturn ¶ added in v0.8.9
func (_c *CaraMLClient_Projects_Call) RunAndReturn(run func(context.Context) ([]string, error)) *CaraMLClient_Projects_Call
type CoreServer ¶
CoreServer is an autogenerated mock type for the CoreServiceServer type
func NewCoreServer ¶
func NewCoreServer(t mockConstructorTestingTNewCoreServer) *CoreServer
NewCoreServer creates a new instance of CoreServer. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*CoreServer) ApplyEntity ¶
func (_m *CoreServer) ApplyEntity(_a0 context.Context, _a1 *core.ApplyEntityRequest) (*core.ApplyEntityResponse, error)
ApplyEntity provides a mock function with given fields: _a0, _a1
func (*CoreServer) ApplyFeatureTable ¶
func (_m *CoreServer) ApplyFeatureTable(_a0 context.Context, _a1 *core.ApplyFeatureTableRequest) (*core.ApplyFeatureTableResponse, error)
ApplyFeatureTable provides a mock function with given fields: _a0, _a1
func (*CoreServer) ArchiveOnlineStore ¶
func (_m *CoreServer) ArchiveOnlineStore(_a0 context.Context, _a1 *core.ArchiveOnlineStoreRequest) (*core.ArchiveOnlineStoreResponse, error)
ArchiveOnlineStore provides a mock function with given fields: _a0, _a1
func (*CoreServer) ArchiveProject ¶
func (_m *CoreServer) ArchiveProject(_a0 context.Context, _a1 *core.ArchiveProjectRequest) (*core.ArchiveProjectResponse, error)
ArchiveProject provides a mock function with given fields: _a0, _a1
func (*CoreServer) CreateProject ¶
func (_m *CoreServer) CreateProject(_a0 context.Context, _a1 *core.CreateProjectRequest) (*core.CreateProjectResponse, error)
CreateProject provides a mock function with given fields: _a0, _a1
func (*CoreServer) DeleteFeatureTable ¶
func (_m *CoreServer) DeleteFeatureTable(_a0 context.Context, _a1 *core.DeleteFeatureTableRequest) (*core.DeleteFeatureTableResponse, error)
DeleteFeatureTable provides a mock function with given fields: _a0, _a1
func (*CoreServer) EXPECT ¶
func (_m *CoreServer) EXPECT() *CoreServer_Expecter
func (*CoreServer) GetEntity ¶
func (_m *CoreServer) GetEntity(_a0 context.Context, _a1 *core.GetEntityRequest) (*core.GetEntityResponse, error)
GetEntity provides a mock function with given fields: _a0, _a1
func (*CoreServer) GetFeastCoreVersion ¶
func (_m *CoreServer) GetFeastCoreVersion(_a0 context.Context, _a1 *core.GetFeastCoreVersionRequest) (*core.GetFeastCoreVersionResponse, error)
GetFeastCoreVersion provides a mock function with given fields: _a0, _a1
func (*CoreServer) GetFeatureTable ¶
func (_m *CoreServer) GetFeatureTable(_a0 context.Context, _a1 *core.GetFeatureTableRequest) (*core.GetFeatureTableResponse, error)
GetFeatureTable provides a mock function with given fields: _a0, _a1
func (*CoreServer) GetOnlineStore ¶
func (_m *CoreServer) GetOnlineStore(_a0 context.Context, _a1 *core.GetOnlineStoreRequest) (*core.GetOnlineStoreResponse, error)
GetOnlineStore provides a mock function with given fields: _a0, _a1
func (*CoreServer) ListEntities ¶
func (_m *CoreServer) ListEntities(_a0 context.Context, _a1 *core.ListEntitiesRequest) (*core.ListEntitiesResponse, error)
ListEntities provides a mock function with given fields: _a0, _a1
func (*CoreServer) ListFeatureTables ¶
func (_m *CoreServer) ListFeatureTables(_a0 context.Context, _a1 *core.ListFeatureTablesRequest) (*core.ListFeatureTablesResponse, error)
ListFeatureTables provides a mock function with given fields: _a0, _a1
func (*CoreServer) ListFeatures ¶
func (_m *CoreServer) ListFeatures(_a0 context.Context, _a1 *core.ListFeaturesRequest) (*core.ListFeaturesResponse, error)
ListFeatures provides a mock function with given fields: _a0, _a1
func (*CoreServer) ListOnlineStores ¶
func (_m *CoreServer) ListOnlineStores(_a0 context.Context, _a1 *core.ListOnlineStoresRequest) (*core.ListOnlineStoresResponse, error)
ListOnlineStores provides a mock function with given fields: _a0, _a1
func (*CoreServer) ListProjects ¶
func (_m *CoreServer) ListProjects(_a0 context.Context, _a1 *core.ListProjectsRequest) (*core.ListProjectsResponse, error)
ListProjects provides a mock function with given fields: _a0, _a1
func (*CoreServer) RegisterOnlineStore ¶
func (_m *CoreServer) RegisterOnlineStore(_a0 context.Context, _a1 *core.RegisterOnlineStoreRequest) (*core.RegisterOnlineStoreResponse, error)
RegisterOnlineStore provides a mock function with given fields: _a0, _a1
type CoreServer_ApplyEntity_Call ¶
CoreServer_ApplyEntity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ApplyEntity'
func (*CoreServer_ApplyEntity_Call) Return ¶
func (_c *CoreServer_ApplyEntity_Call) Return(_a0 *core.ApplyEntityResponse, _a1 error) *CoreServer_ApplyEntity_Call
func (*CoreServer_ApplyEntity_Call) Run ¶
func (_c *CoreServer_ApplyEntity_Call) Run(run func(_a0 context.Context, _a1 *core.ApplyEntityRequest)) *CoreServer_ApplyEntity_Call
type CoreServer_ApplyFeatureTable_Call ¶
CoreServer_ApplyFeatureTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ApplyFeatureTable'
func (*CoreServer_ApplyFeatureTable_Call) Return ¶
func (_c *CoreServer_ApplyFeatureTable_Call) Return(_a0 *core.ApplyFeatureTableResponse, _a1 error) *CoreServer_ApplyFeatureTable_Call
func (*CoreServer_ApplyFeatureTable_Call) Run ¶
func (_c *CoreServer_ApplyFeatureTable_Call) Run(run func(_a0 context.Context, _a1 *core.ApplyFeatureTableRequest)) *CoreServer_ApplyFeatureTable_Call
type CoreServer_ArchiveOnlineStore_Call ¶
CoreServer_ArchiveOnlineStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveOnlineStore'
func (*CoreServer_ArchiveOnlineStore_Call) Return ¶
func (_c *CoreServer_ArchiveOnlineStore_Call) Return(_a0 *core.ArchiveOnlineStoreResponse, _a1 error) *CoreServer_ArchiveOnlineStore_Call
func (*CoreServer_ArchiveOnlineStore_Call) Run ¶
func (_c *CoreServer_ArchiveOnlineStore_Call) Run(run func(_a0 context.Context, _a1 *core.ArchiveOnlineStoreRequest)) *CoreServer_ArchiveOnlineStore_Call
type CoreServer_ArchiveProject_Call ¶
CoreServer_ArchiveProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ArchiveProject'
func (*CoreServer_ArchiveProject_Call) Return ¶
func (_c *CoreServer_ArchiveProject_Call) Return(_a0 *core.ArchiveProjectResponse, _a1 error) *CoreServer_ArchiveProject_Call
func (*CoreServer_ArchiveProject_Call) Run ¶
func (_c *CoreServer_ArchiveProject_Call) Run(run func(_a0 context.Context, _a1 *core.ArchiveProjectRequest)) *CoreServer_ArchiveProject_Call
type CoreServer_CreateProject_Call ¶
CoreServer_CreateProject_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateProject'
func (*CoreServer_CreateProject_Call) Return ¶
func (_c *CoreServer_CreateProject_Call) Return(_a0 *core.CreateProjectResponse, _a1 error) *CoreServer_CreateProject_Call
func (*CoreServer_CreateProject_Call) Run ¶
func (_c *CoreServer_CreateProject_Call) Run(run func(_a0 context.Context, _a1 *core.CreateProjectRequest)) *CoreServer_CreateProject_Call
type CoreServer_DeleteFeatureTable_Call ¶
CoreServer_DeleteFeatureTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFeatureTable'
func (*CoreServer_DeleteFeatureTable_Call) Return ¶
func (_c *CoreServer_DeleteFeatureTable_Call) Return(_a0 *core.DeleteFeatureTableResponse, _a1 error) *CoreServer_DeleteFeatureTable_Call
func (*CoreServer_DeleteFeatureTable_Call) Run ¶
func (_c *CoreServer_DeleteFeatureTable_Call) Run(run func(_a0 context.Context, _a1 *core.DeleteFeatureTableRequest)) *CoreServer_DeleteFeatureTable_Call
type CoreServer_Expecter ¶
type CoreServer_Expecter struct {
// contains filtered or unexported fields
}
func (*CoreServer_Expecter) ApplyEntity ¶
func (_e *CoreServer_Expecter) ApplyEntity(_a0 interface{}, _a1 interface{}) *CoreServer_ApplyEntity_Call
ApplyEntity is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ApplyEntityRequest
func (*CoreServer_Expecter) ApplyFeatureTable ¶
func (_e *CoreServer_Expecter) ApplyFeatureTable(_a0 interface{}, _a1 interface{}) *CoreServer_ApplyFeatureTable_Call
ApplyFeatureTable is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ApplyFeatureTableRequest
func (*CoreServer_Expecter) ArchiveOnlineStore ¶
func (_e *CoreServer_Expecter) ArchiveOnlineStore(_a0 interface{}, _a1 interface{}) *CoreServer_ArchiveOnlineStore_Call
ArchiveOnlineStore is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ArchiveOnlineStoreRequest
func (*CoreServer_Expecter) ArchiveProject ¶
func (_e *CoreServer_Expecter) ArchiveProject(_a0 interface{}, _a1 interface{}) *CoreServer_ArchiveProject_Call
ArchiveProject is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ArchiveProjectRequest
func (*CoreServer_Expecter) CreateProject ¶
func (_e *CoreServer_Expecter) CreateProject(_a0 interface{}, _a1 interface{}) *CoreServer_CreateProject_Call
CreateProject is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.CreateProjectRequest
func (*CoreServer_Expecter) DeleteFeatureTable ¶
func (_e *CoreServer_Expecter) DeleteFeatureTable(_a0 interface{}, _a1 interface{}) *CoreServer_DeleteFeatureTable_Call
DeleteFeatureTable is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.DeleteFeatureTableRequest
func (*CoreServer_Expecter) GetEntity ¶
func (_e *CoreServer_Expecter) GetEntity(_a0 interface{}, _a1 interface{}) *CoreServer_GetEntity_Call
GetEntity is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.GetEntityRequest
func (*CoreServer_Expecter) GetFeastCoreVersion ¶
func (_e *CoreServer_Expecter) GetFeastCoreVersion(_a0 interface{}, _a1 interface{}) *CoreServer_GetFeastCoreVersion_Call
GetFeastCoreVersion is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.GetFeastCoreVersionRequest
func (*CoreServer_Expecter) GetFeatureTable ¶
func (_e *CoreServer_Expecter) GetFeatureTable(_a0 interface{}, _a1 interface{}) *CoreServer_GetFeatureTable_Call
GetFeatureTable is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.GetFeatureTableRequest
func (*CoreServer_Expecter) GetOnlineStore ¶
func (_e *CoreServer_Expecter) GetOnlineStore(_a0 interface{}, _a1 interface{}) *CoreServer_GetOnlineStore_Call
GetOnlineStore is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.GetOnlineStoreRequest
func (*CoreServer_Expecter) ListEntities ¶
func (_e *CoreServer_Expecter) ListEntities(_a0 interface{}, _a1 interface{}) *CoreServer_ListEntities_Call
ListEntities is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ListEntitiesRequest
func (*CoreServer_Expecter) ListFeatureTables ¶
func (_e *CoreServer_Expecter) ListFeatureTables(_a0 interface{}, _a1 interface{}) *CoreServer_ListFeatureTables_Call
ListFeatureTables is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ListFeatureTablesRequest
func (*CoreServer_Expecter) ListFeatures ¶
func (_e *CoreServer_Expecter) ListFeatures(_a0 interface{}, _a1 interface{}) *CoreServer_ListFeatures_Call
ListFeatures is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ListFeaturesRequest
func (*CoreServer_Expecter) ListOnlineStores ¶
func (_e *CoreServer_Expecter) ListOnlineStores(_a0 interface{}, _a1 interface{}) *CoreServer_ListOnlineStores_Call
ListOnlineStores is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ListOnlineStoresRequest
func (*CoreServer_Expecter) ListProjects ¶
func (_e *CoreServer_Expecter) ListProjects(_a0 interface{}, _a1 interface{}) *CoreServer_ListProjects_Call
ListProjects is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.ListProjectsRequest
func (*CoreServer_Expecter) RegisterOnlineStore ¶
func (_e *CoreServer_Expecter) RegisterOnlineStore(_a0 interface{}, _a1 interface{}) *CoreServer_RegisterOnlineStore_Call
RegisterOnlineStore is a helper method to define mock.On call
- _a0 context.Context
- _a1 *core.RegisterOnlineStoreRequest
type CoreServer_GetEntity_Call ¶
CoreServer_GetEntity_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetEntity'
func (*CoreServer_GetEntity_Call) Return ¶
func (_c *CoreServer_GetEntity_Call) Return(_a0 *core.GetEntityResponse, _a1 error) *CoreServer_GetEntity_Call
func (*CoreServer_GetEntity_Call) Run ¶
func (_c *CoreServer_GetEntity_Call) Run(run func(_a0 context.Context, _a1 *core.GetEntityRequest)) *CoreServer_GetEntity_Call
type CoreServer_GetFeastCoreVersion_Call ¶
CoreServer_GetFeastCoreVersion_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeastCoreVersion'
func (*CoreServer_GetFeastCoreVersion_Call) Return ¶
func (_c *CoreServer_GetFeastCoreVersion_Call) Return(_a0 *core.GetFeastCoreVersionResponse, _a1 error) *CoreServer_GetFeastCoreVersion_Call
func (*CoreServer_GetFeastCoreVersion_Call) Run ¶
func (_c *CoreServer_GetFeastCoreVersion_Call) Run(run func(_a0 context.Context, _a1 *core.GetFeastCoreVersionRequest)) *CoreServer_GetFeastCoreVersion_Call
type CoreServer_GetFeatureTable_Call ¶
CoreServer_GetFeatureTable_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFeatureTable'
func (*CoreServer_GetFeatureTable_Call) Return ¶
func (_c *CoreServer_GetFeatureTable_Call) Return(_a0 *core.GetFeatureTableResponse, _a1 error) *CoreServer_GetFeatureTable_Call
func (*CoreServer_GetFeatureTable_Call) Run ¶
func (_c *CoreServer_GetFeatureTable_Call) Run(run func(_a0 context.Context, _a1 *core.GetFeatureTableRequest)) *CoreServer_GetFeatureTable_Call
type CoreServer_GetOnlineStore_Call ¶
CoreServer_GetOnlineStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetOnlineStore'
func (*CoreServer_GetOnlineStore_Call) Return ¶
func (_c *CoreServer_GetOnlineStore_Call) Return(_a0 *core.GetOnlineStoreResponse, _a1 error) *CoreServer_GetOnlineStore_Call
func (*CoreServer_GetOnlineStore_Call) Run ¶
func (_c *CoreServer_GetOnlineStore_Call) Run(run func(_a0 context.Context, _a1 *core.GetOnlineStoreRequest)) *CoreServer_GetOnlineStore_Call
type CoreServer_ListEntities_Call ¶
CoreServer_ListEntities_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListEntities'
func (*CoreServer_ListEntities_Call) Return ¶
func (_c *CoreServer_ListEntities_Call) Return(_a0 *core.ListEntitiesResponse, _a1 error) *CoreServer_ListEntities_Call
func (*CoreServer_ListEntities_Call) Run ¶
func (_c *CoreServer_ListEntities_Call) Run(run func(_a0 context.Context, _a1 *core.ListEntitiesRequest)) *CoreServer_ListEntities_Call
type CoreServer_ListFeatureTables_Call ¶
CoreServer_ListFeatureTables_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFeatureTables'
func (*CoreServer_ListFeatureTables_Call) Return ¶
func (_c *CoreServer_ListFeatureTables_Call) Return(_a0 *core.ListFeatureTablesResponse, _a1 error) *CoreServer_ListFeatureTables_Call
func (*CoreServer_ListFeatureTables_Call) Run ¶
func (_c *CoreServer_ListFeatureTables_Call) Run(run func(_a0 context.Context, _a1 *core.ListFeatureTablesRequest)) *CoreServer_ListFeatureTables_Call
type CoreServer_ListFeatures_Call ¶
CoreServer_ListFeatures_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFeatures'
func (*CoreServer_ListFeatures_Call) Return ¶
func (_c *CoreServer_ListFeatures_Call) Return(_a0 *core.ListFeaturesResponse, _a1 error) *CoreServer_ListFeatures_Call
func (*CoreServer_ListFeatures_Call) Run ¶
func (_c *CoreServer_ListFeatures_Call) Run(run func(_a0 context.Context, _a1 *core.ListFeaturesRequest)) *CoreServer_ListFeatures_Call
type CoreServer_ListOnlineStores_Call ¶
CoreServer_ListOnlineStores_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListOnlineStores'
func (*CoreServer_ListOnlineStores_Call) Return ¶
func (_c *CoreServer_ListOnlineStores_Call) Return(_a0 *core.ListOnlineStoresResponse, _a1 error) *CoreServer_ListOnlineStores_Call
func (*CoreServer_ListOnlineStores_Call) Run ¶
func (_c *CoreServer_ListOnlineStores_Call) Run(run func(_a0 context.Context, _a1 *core.ListOnlineStoresRequest)) *CoreServer_ListOnlineStores_Call
type CoreServer_ListProjects_Call ¶
CoreServer_ListProjects_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListProjects'
func (*CoreServer_ListProjects_Call) Return ¶
func (_c *CoreServer_ListProjects_Call) Return(_a0 *core.ListProjectsResponse, _a1 error) *CoreServer_ListProjects_Call
func (*CoreServer_ListProjects_Call) Run ¶
func (_c *CoreServer_ListProjects_Call) Run(run func(_a0 context.Context, _a1 *core.ListProjectsRequest)) *CoreServer_ListProjects_Call
type CoreServer_RegisterOnlineStore_Call ¶
CoreServer_RegisterOnlineStore_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RegisterOnlineStore'
func (*CoreServer_RegisterOnlineStore_Call) Return ¶
func (_c *CoreServer_RegisterOnlineStore_Call) Return(_a0 *core.RegisterOnlineStoreResponse, _a1 error) *CoreServer_RegisterOnlineStore_Call
func (*CoreServer_RegisterOnlineStore_Call) Run ¶
func (_c *CoreServer_RegisterOnlineStore_Call) Run(run func(_a0 context.Context, _a1 *core.RegisterOnlineStoreRequest)) *CoreServer_RegisterOnlineStore_Call