feat(managed-job): add update job method

This commit is contained in:
2024-12-01 02:05:49 +03:30
parent ac8453bb57
commit fb646086b0
7 changed files with 29 additions and 6 deletions

View File

@@ -1 +1,6 @@
package config
type Config struct {
FlinkApiUrl string `yaml:"flinkApiUrl"`
DatabasePath string `yaml:"databasePath"`
}