package
3.1.1+incompatible
Repository: https://github.com/tencentblueking/bk-cmdb.git
Documentation: pkg.go.dev

# Functions

New create a new Manager instance.

# Constants

ExceptionExitStatus Inputer abnormal exit.
ExecuteLoop loop execution does not exit, blocking.
ExecuteOnce only execute onece, non-blocking.
ExecuteTiming timing execute.
NormalStatus Inputer just created.
RunningStatus Inputer is running.
StoppedStatus Inputer normal exit.
StoppingStatus Inputer normal exiting.
WaitingToRunStatus Inputer is waiting to run.

# Structs

InputerParams the inputer params.
InputerResult the inputer result.

# Interfaces

Inputer is the interface that must be implemented by every Inputer.
InputerContext the inputer context.
Manager is the interface that must be implemented by every input manager.

# Type aliases

ExceptionFunc the exception callback.
InputerKey the inputer name.
InputerStatus the inputer status type definition.
InputerType the inputer type definition.
MapInputer inputer object.