mirror of
https://github.com/EnumeratedDev/bpm.git
synced 2026-09-21 21:16:12 +00:00
Add GPG signature verification
This commit is contained in:
@@ -14,9 +14,10 @@ type MainBPMConfigStruct struct {
|
||||
}
|
||||
|
||||
type configDatabase struct {
|
||||
Name string `yaml:"name"`
|
||||
Source string `yaml:"source"`
|
||||
Disabled *bool `yaml:"disabled"`
|
||||
Name string `yaml:"name"`
|
||||
Source string `yaml:"source"`
|
||||
VerificationLevel string `yaml:"verification_level"`
|
||||
Disabled *bool `yaml:"disabled"`
|
||||
}
|
||||
|
||||
type CompilationBPMConfigStruct struct {
|
||||
|
||||
Reference in New Issue
Block a user