This commit is contained in:
seydx
2025-05-20 21:40:33 +02:00
parent a0145b4b24
commit 7f87c6e478
3 changed files with 137 additions and 71 deletions
+2 -6
View File
@@ -19,10 +19,6 @@ func (l *Listener) Fire(msg any) {
}
}
func (l *Listener) ParseSource(url string) string {
return app.ResolveSecrets(url)
}
func (l *Listener) SaveSource(path []string, value any) error {
return app.PatchSecret(path, value)
func (l *Listener) NewSecret(name string, defaultValues interface{}) *app.Secret {
return app.NewSecret(name, defaultValues)
}