Searched defs:RemoteClusterStore (Results 1 – 6 of 6) sorted by relevance
13 type RemoteClusterStore struct { struct14 mock.Mock18 func (_m *RemoteClusterStore) Delete(remoteClusterId string) (bool, error) {39 func (_m *RemoteClusterStore) Get(remoteClusterId string) (*model.RemoteCluster, error) {62 …RemoteClusterStore) GetAll(filter model.RemoteClusterQueryFilter) ([]*model.RemoteCluster, error) {85 func (_m *RemoteClusterStore) Save(rc *model.RemoteCluster) (*model.RemoteCluster, error) {108 func (_m *RemoteClusterStore) SetLastPingAt(remoteClusterId string) error {122 func (_m *RemoteClusterStore) Update(rc *model.RemoteCluster) (*model.RemoteCluster, error) {145 …teClusterStore) UpdateTopics(remoteClusterId string, topics string) (*model.RemoteCluster, error) {
27 RemoteClusterStore mocks.RemoteClusterStore member
43 RemoteClusterStore store.RemoteClusterStore member311 store.RemoteClusterStore anonMember
41 RemoteClusterStore store.RemoteClusterStore member309 store.RemoteClusterStore anonMember
473 type RemoteClusterStore interface { interface