feat(wopi): adapt libreoffice online

This commit is contained in:
HFO4
2023-01-09 19:38:12 +08:00
parent 1c922ac981
commit 5a8c86c72e
4 changed files with 24 additions and 9 deletions

View File

@@ -97,6 +97,7 @@ type WopiFileInfo struct {
// Required
BaseFileName string
Version string
Size int64
// Breadcrumb
BreadcrumbBrandName string
@@ -117,6 +118,7 @@ type WopiFileInfo struct {
IsAnonymousUser bool
UserFriendlyName string
UserId string
OwnerId string
// Permission
ReadOnly bool