Documentation ¶ Index ¶ type Mock func (t *Mock) Init(app interfaces.IEngine) error func (t *Mock) Invoke(ctx context.Context, data map[string]interface{}) func (t *Mock) Start() []interfaces.ITaskRunConfiguration func (t *Mock) Stop() error func (t *Mock) String() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Mock ¶ type Mock struct { Name string // contains filtered or unexported fields } func (*Mock) Init ¶ func (t *Mock) Init(app interfaces.IEngine) error func (*Mock) Invoke ¶ func (t *Mock) Invoke(ctx context.Context, data map[string]interface{}) func (*Mock) Start ¶ func (t *Mock) Start() []interfaces.ITaskRunConfiguration func (*Mock) Stop ¶ func (t *Mock) Stop() error func (*Mock) String ¶ func (t *Mock) String() string Source Files ¶ View all Source files mock.go Click to show internal directories. Click to hide internal directories.