callback

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseCallBack

type BaseCallBack struct {
}

func (BaseCallBack) RunnerOkFailed

func (b BaseCallBack) RunnerOkFailed(result *executor.TaskResult)

func (BaseCallBack) RunnerOnOk

func (b BaseCallBack) RunnerOnOk(result *executor.TaskResult)

func (BaseCallBack) RunnerOnUnreachable

func (b BaseCallBack) RunnerOnUnreachable(result *executor.TaskResult)

type ICallBack

type ICallBack interface {
	RunnerOnUnreachable(result *executor.TaskResult)
	RunnerOnOk(result *executor.TaskResult)
	RunnerOkFailed(result *executor.TaskResult)
}

Jump to

Keyboard shortcuts

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