Documentation
¶
Overview ¶
Provides internal functionality for fetching and processing secrets from the Buildkite API during job execution.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIClient ¶
type APIClient interface {
GetSecret(ctx context.Context, req *api.GetSecretRequest) (*api.Secret, *api.Response, error)
}
APIClient interface defines only the method needed by the secrets manager to fetch secrets from the Buildkite API.
type SecretError ¶
func (*SecretError) Error ¶
func (e *SecretError) Error() string
func (*SecretError) Unwrap ¶
func (e *SecretError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.