Skip to content

Commit 3a11080

Browse files
committed
expose ControlFile and FieldFile
1 parent a20016a commit 3a11080

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wanix.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"io/fs"
55

66
"tractor.dev/wanix/cap"
7+
"tractor.dev/wanix/internal"
78
"tractor.dev/wanix/task"
89
"tractor.dev/wanix/vfs"
910
)
@@ -66,3 +67,6 @@ func (k *K) NewRoot() (*task.Resource, error) {
6667

6768
return p, nil
6869
}
70+
71+
var ControlFile = internal.ControlFile
72+
var FieldFile = internal.FieldFile

0 commit comments

Comments
 (0)