aboutsummaryrefslogtreecommitdiffstats
path: root/drive/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'drive/types.go')
-rw-r--r--drive/types.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/drive/types.go b/drive/types.go
index 296902c..d3f0969 100644
--- a/drive/types.go
+++ b/drive/types.go
@@ -24,6 +24,7 @@ func NewDrive(client Client) *Drive {
type ListFilesArgs struct {
MaxFiles int64
+ NameWidth int64
Query string
SkipHeader bool
SizeInBytes bool
@@ -53,6 +54,7 @@ type FileInfoArgs struct {
type PrintFileListArgs struct {
Files []*drive.File
+ NameWidth int
SkipHeader bool
SizeInBytes bool
}