mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
feat: implement replacements
This commit is contained in:
@@ -117,7 +117,7 @@ type ProcessAutoscalingTrigger struct {
|
||||
Type string `yaml:"type"`
|
||||
|
||||
// Metadata is a map of key-value pairs that can be used to store arbitrary trigger data
|
||||
Metadata map[string]interface{} `yaml:"metadata,omitempty"`
|
||||
Metadata map[string]string `yaml:"metadata,omitempty"`
|
||||
}
|
||||
|
||||
type ProcessHealthchecks struct {
|
||||
|
||||
Reference in New Issue
Block a user