Versions in this module Expand all Collapse all v2 v2.0.0 May 2, 2026 Changes in this version + type MockExecutableCache struct + func NewMockExecutableCache(ctrl *gomock.Controller) *MockExecutableCache + func (m *MockExecutableCache) EXPECT() *MockExecutableCacheMockRecorder + func (m *MockExecutableCache) GetExecutableByRef(arg0 executable.Ref) (*executable.Executable, error) + func (m *MockExecutableCache) GetExecutableList() (executable.ExecutableList, error) + func (m *MockExecutableCache) Update() error + type MockExecutableCacheMockRecorder struct + func (mr *MockExecutableCacheMockRecorder) GetExecutableByRef(arg0 any) *gomock.Call + func (mr *MockExecutableCacheMockRecorder) GetExecutableList() *gomock.Call + func (mr *MockExecutableCacheMockRecorder) Update() *gomock.Call + type MockWorkspaceCache struct + func NewMockWorkspaceCache(ctrl *gomock.Controller) *MockWorkspaceCache + func (m *MockWorkspaceCache) EXPECT() *MockWorkspaceCacheMockRecorder + func (m *MockWorkspaceCache) GetData() *cache.WorkspaceCacheData + func (m *MockWorkspaceCache) GetLatestData() (*cache.WorkspaceCacheData, error) + func (m *MockWorkspaceCache) GetWorkspaceConfigList() (workspace.WorkspaceList, error) + func (m *MockWorkspaceCache) Update() error + type MockWorkspaceCacheMockRecorder struct + func (mr *MockWorkspaceCacheMockRecorder) GetData() *gomock.Call + func (mr *MockWorkspaceCacheMockRecorder) GetLatestData() *gomock.Call + func (mr *MockWorkspaceCacheMockRecorder) GetWorkspaceConfigList() *gomock.Call + func (mr *MockWorkspaceCacheMockRecorder) Update() *gomock.Call Other modules containing this package github.com/flowexec/flow