 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
- type Demo
- func (d *Demo) BatchDelete(ctx context.Context, actions []*spec.PipelineTask) (interface{}, error)
- func (d *Demo) Cancel(ctx context.Context, action *spec.PipelineTask) (interface{}, error)
- func (d *Demo) Create(ctx context.Context, action *spec.PipelineTask) (interface{}, error)
- func (d *Demo) Exist(ctx context.Context, action *spec.PipelineTask) (bool, bool, error)
- func (d *Demo) Inspect(ctx context.Context, action *spec.PipelineTask) (apistructs.TaskInspect, error)
- func (d *Demo) Kind() types.Kind
- func (d *Demo) Name() types.Name
- func (d *Demo) Remove(ctx context.Context, action *spec.PipelineTask) (interface{}, error)
- func (d *Demo) Start(ctx context.Context, action *spec.PipelineTask) (interface{}, error)
- func (d *Demo) Status(ctx context.Context, action *spec.PipelineTask) (apistructs.PipelineStatusDesc, error)
- func (d *Demo) Update(ctx context.Context, action *spec.PipelineTask) (interface{}, error)
 
Constants ¶
      View Source
      
  
const (
	Kind = "DEMO"
)
    Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Demo ¶
type Demo struct {
	// contains filtered or unexported fields
}
    func (*Demo) BatchDelete ¶
func (*Demo) Inspect ¶
func (d *Demo) Inspect(ctx context.Context, action *spec.PipelineTask) (apistructs.TaskInspect, error)
func (*Demo) Status ¶
func (d *Demo) Status(ctx context.Context, action *spec.PipelineTask) (apistructs.PipelineStatusDesc, error)
 Click to show internal directories. 
   Click to hide internal directories.