package
Version:
v0.2.0
Opens a new window with list of versions in this module.
Published: Sep 25, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Webhooks map[string]WebhookConfig `yaml:"webhooks"`
ArchivistaUrl string `yaml:"archivistaUrl"`
AttestationDirectory string `yaml:"attestationDirectory"`
}
type WebhookConfig struct {
Type string `yaml:"type"`
Signer string `yaml:"signer"`
SignerOptions map[string]any `yaml:"signerOptions"`
Options map[string]any `yaml:"options"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.