diff options
Diffstat (limited to 'drive/types.go')
| -rw-r--r-- | drive/types.go | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drive/types.go b/drive/types.go index 6fa2f3a..f252dde 100644 --- a/drive/types.go +++ b/drive/types.go @@ -58,6 +58,15 @@ type MkdirArgs struct { Share bool } +type ShareArgs struct { + FileId string + Role string + Type string + Email string + Discoverable bool + Revoke bool +} + type PrintFileListArgs struct { Files []*drive.File NameWidth int |
