Documentation
¶
Overview ¶
Package task provides implementation of the abstraction.Executable interface for command tasks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
func NewCommand( task *config.Task, logger *logrus.Entry, ) abstraction.Executable
func NewGet ¶
func NewGet(task *config.Task, logger *logrus.Entry) abstraction.Executable
func NewPost ¶
func NewPost(task *config.Task, logger *logrus.Entry) abstraction.Executable
Types ¶
type Command ¶
Click to show internal directories.
Click to hide internal directories.