Fix declared server config file reads
This commit is contained in:
@@ -329,8 +329,8 @@ type PluginFileWorkspace struct {
|
||||
|
||||
type PluginLogicalDirectory struct{ Key, Label, Scope string }
|
||||
type PluginLogicalFile struct {
|
||||
Key, DirectoryKey, Label, Kind, StreamKey string
|
||||
Editable bool
|
||||
Key, DirectoryKey, Label, Kind, StreamKey, TargetKey string
|
||||
Editable bool
|
||||
}
|
||||
type PluginConfigField struct {
|
||||
Key, FileKey, ConfigKey, Label, Description, Control, DefaultValue, RestartImpact string
|
||||
@@ -1209,6 +1209,7 @@ type JobRetryPolicy struct {
|
||||
type JobExecutionInput struct {
|
||||
WorkspaceScope string
|
||||
Content string
|
||||
FileTargetKey string
|
||||
ExpectedVersion int
|
||||
ExpectedChecksum string
|
||||
MaxReadBytes int
|
||||
|
||||
Reference in New Issue
Block a user