Documentation ¶
Index ¶
- type DBRepository
- func (_m *DBRepository) Close() error
- func (_m *DBRepository) Get(uid string) (*v1alpha1.Workflow, error)
- func (_m *DBRepository) IsInterfaceNil() bool
- func (_m *DBRepository) IsNodeStatusOffload() bool
- func (_m *DBRepository) List() ([]v1alpha1.Workflow, error)
- func (_m *DBRepository) Query(condition interface{}) ([]v1alpha1.Workflow, error)
- func (_m *DBRepository) Save(wf *v1alpha1.Workflow) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DBRepository ¶
DBRepository is an autogenerated mock type for the DBRepository type
func (*DBRepository) Close ¶
func (_m *DBRepository) Close() error
Close provides a mock function with given fields:
func (*DBRepository) Get ¶
func (_m *DBRepository) Get(uid string) (*v1alpha1.Workflow, error)
Get provides a mock function with given fields: uid
func (*DBRepository) IsInterfaceNil ¶
func (_m *DBRepository) IsInterfaceNil() bool
IsInterfaceNil provides a mock function with given fields:
func (*DBRepository) IsNodeStatusOffload ¶
func (_m *DBRepository) IsNodeStatusOffload() bool
IsNodeStatusOffload provides a mock function with given fields:
func (*DBRepository) List ¶
func (_m *DBRepository) List() ([]v1alpha1.Workflow, error)
List provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.