package
0.0.0-20241205040233-8478a25d5ac3
Repository: https://github.com/drone/go-task.git
Documentation: pkg.go.dev

# Packages

Copyright 2024 Harness Inc.
Package cloner provides support for cloning git repositories.
No description provided by the author
Copyright 2024 Harness Inc.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

Error creates an error response.
Errorf creates an error response.
No description provided by the author
Respond creates a response.

# Structs

Certs provides tls certificates.
Executable provides the url to download a custom binary task executable file, given the operating system and architecture.
ExecutableConfig provides the details to download a custom binary task executable file, for all supported operating systems and architectures.
Forward provides instructions for forward a task to another runner node in the network.
Logger provides instructions for logging the output of a task execution.
Repository provides the repository used for custom task execution.
Request defines a task request.
Result provides task results.
Router routes task execution requests to the appropriate handler.
No description provided by the author

# Interfaces

A Handler handles task execution.
Response is a response interface.

# Type aliases

The HandlerFunc type is an adapter to allow the use of ordinary functions as task handlers.