Documentation
¶
Overview ¶
Package fake implements a fake ClusterModuleService for testing.
Index ¶
- type CMService
- func (f *CMService) Create(ctx context.Context, clusterCtx *capvcontext.ClusterContext, ...) (string, error)
- func (f *CMService) DoesExist(ctx context.Context, clusterCtx *capvcontext.ClusterContext, ...) (bool, error)
- func (f *CMService) Remove(ctx context.Context, clusterCtx *capvcontext.ClusterContext, moduleUUID string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CMService ¶
func (*CMService) Create ¶
func (f *CMService) Create(ctx context.Context, clusterCtx *capvcontext.ClusterContext, wrapper clustermodule.Wrapper) (string, error)
func (*CMService) DoesExist ¶
func (f *CMService) DoesExist(ctx context.Context, clusterCtx *capvcontext.ClusterContext, wrapper clustermodule.Wrapper, moduleUUID string) (bool, error)
func (*CMService) Remove ¶
func (f *CMService) Remove(ctx context.Context, clusterCtx *capvcontext.ClusterContext, moduleUUID string) error
Click to show internal directories.
Click to hide internal directories.