Skip to content

Commit ebd1562

Browse files
committed
Add placeholder options for Execution
1 parent e0c9e01 commit ebd1562

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sync/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ type Execution struct {
6464
Type string
6565
Command YamlStringArray
6666
Workdir string
67+
Options struct {
68+
}
6769
}
6870

6971
type Server struct {

0 commit comments

Comments
 (0)