Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
feat:basic implement of onedirve storager
Browse files Browse the repository at this point in the history
  • Loading branch information
zxy-lgtm committed Sep 27, 2021
1 parent f3dad27 commit 1580e59
Show file tree
Hide file tree
Showing 14 changed files with 1,159 additions and 99 deletions.
2 changes: 2 additions & 0 deletions Makefile.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export STORAGE_ONEDRIVE_INTEGRATION_TEST=on
export STORAGE_ONEDRIVE_CREDENTIAL=file:<abs_path_of_credential>
2 changes: 2 additions & 0 deletions Makefile.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export STORAGE_ONEDRIVE_INTEGRATION_TEST=on
export STORAGE_ONEDRIVE_CREDENTIAL=file:<abs_path_of_credential>
168 changes: 147 additions & 21 deletions generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@ module github.com/beyondstorage/go-service-onedrive

go 1.15

require github.com/beyondstorage/go-storage/v4 v4.4.0
require (
github.com/beyondstorage/go-integration-test/v4 v4.5.0
github.com/beyondstorage/go-storage/v4 v4.7.0
github.com/goh-chunlin/go-onedrive v1.1.1
github.com/google/uuid v1.3.0
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
)
Loading

0 comments on commit 1580e59

Please sign in to comment.