workflow

package
v0.0.0-...-10cedd8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 23, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WorkFlowInterface

type WorkFlowInterface interface {
	Save(ctx context.Context, obj *model.Workflow) error
	Updates(ctx context.Context, obj *model.Workflow) error
	Find(ctx context.Context, id int) (*model.Workflow, error)
	FindList(ctx context.Context, search *model.Workflow) ([]*model.Workflow, error)
	PageList(ctx context.Context, params *kubeDto.WorkFlowListInput) ([]*model.Workflow, int, error)
	Delete(ctx context.Context, wid int) error
}

func NewWorkFlow

func NewWorkFlow(db *gorm.DB) WorkFlowInterface

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL