Documentation ¶
Overview ¶
Package abstraction must contain only interfaces and abstract layers of modules
Package abstraction must contain only interfaces and abstract layers of modules
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdConnection ¶ added in v0.4.1
type Event ¶ added in v0.4.1
type Event interface {
BuildTickChannel() <-chan any
}
Event is an object that can be executed using a execute method and stopped using cancel method
type Executable ¶
type Executable interface { Execute(context.Context) error SetDoneHooks([]Executable) SetFailHooks([]Executable) Cancel() }
Executable is an object that can be executed using a execute method and stopped using cancel method
type Validatable ¶
Click to show internal directories.
Click to hide internal directories.