Documentation
¶
Overview ¶
Copyright 2024 Harness Inc. All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(d downloader.Downloader, pl packaged.PackageLoader) task.Handler
New returns the task execution driver.
Types ¶
type Config ¶
type Config struct {
ExecutableConfig *task.ExecutableConfig `json:"executable_config"`
Repository *task.Repository `json:"repository"`
Method string `json:"method"`
Endpoint string `json:"endpoint"`
Headers map[string]string `json:"headers"`
Envs []string `json:"envs"`
}
Config provides the driver config.
Click to show internal directories.
Click to hide internal directories.