10
stdlib/europa/dagger/engine/fs.cue
Normal file
10
stdlib/europa/dagger/engine/fs.cue
Normal file
@@ -0,0 +1,10 @@
|
||||
package engine
|
||||
|
||||
#ReadFile: {
|
||||
_type: "ReadFile"
|
||||
|
||||
input: #FS
|
||||
path: string
|
||||
contents: string
|
||||
output: #FS
|
||||
}
|
Reference in New Issue
Block a user