Documentation ¶
Index ¶
- type Registry
- func (_m *Registry) Create(dogu *core.Dogu) error
- func (_m *Registry) Delete(dogu *core.Dogu) error
- func (_m *Registry) Get(name string) (*core.Dogu, error)
- func (_m *Registry) GetAll() ([]*core.Dogu, error)
- func (_m *Registry) GetVersion(name string, version string) (*core.Dogu, error)
- func (_m *Registry) GetVersionsOf(name string) ([]core.Version, error)
- func (_m *Registry) SetUseCache(useCache bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Registry ¶
Registry is an autogenerated mock type for the Registry type
func (*Registry) GetVersion ¶
GetVersion provides a mock function with given fields: name, version
func (*Registry) GetVersionsOf ¶
GetVersionsOf provides a mock function with given fields: name
func (*Registry) SetUseCache ¶
SetUseCache provides a mock function with given fields: useCache
Click to show internal directories.
Click to hide internal directories.