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 ¶
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.