Fix declared server config file reads

This commit is contained in:
npc0-hue
2026-09-21 10:05:50 +08:00
parent b481b1b798
commit 20008b4043
16 changed files with 166 additions and 33 deletions
+3 -2
View File
@@ -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