Documentation
¶
Overview ¶
Copyright 2026 YLD Limited SPDX-License-Identifier: Apache-2.0 Package provider defines the Provider interface that CI/CD platform implementations must satisfy. Each provider supports bidirectional conversion between HCL definitions and platform-native configuration formats.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provider ¶
type Provider interface {
Parse(opts ProviderOps) error
Unparse(opts ProviderOps) error
GetProviderName() string
GetDescription() string
GetParseDescription() string
GetUnparseDescription() string
}
Provider defines the interface that each CI/CD provider must implement.
Click to show internal directories.
Click to hide internal directories.