aboutsummaryrefslogtreecommitdiffstats
path: root/drive/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'drive/types.go')
-rw-r--r--drive/types.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/drive/types.go b/drive/types.go
index d3f0969..6fa2f3a 100644
--- a/drive/types.go
+++ b/drive/types.go
@@ -52,6 +52,12 @@ type FileInfoArgs struct {
SizeInBytes bool
}
+type MkdirArgs struct {
+ Name string
+ Parent string
+ Share bool
+}
+
type PrintFileListArgs struct {
Files []*drive.File
NameWidth int