Skip to content

Commit

Permalink
EOS GRPC interface (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffurano committed Jun 17, 2021
1 parent 07adb3f commit 692f38f
Show file tree
Hide file tree
Showing 10 changed files with 5,762 additions and 3,874 deletions.
3 changes: 3 additions & 0 deletions changelog/unreleased/eosgrpc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Enhancement: EOEGrpc progress. Logging discipline and error handling

https://github.com/cs3org/reva/pull/1471
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ require (
github.com/tus/tusd v1.1.1-0.20200416115059-9deabf9d80c2
go.opencensus.io v0.23.0
golang.org/x/crypto v0.0.0-20201203163018-be400aefbc4c
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20210423082822-04245dca01da
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
Expand Down
2 changes: 2 additions & 0 deletions pkg/eosclient/eosclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ type QuotaInfo struct {
// create a quota space in EOS for a user
type SetQuotaInfo struct {
Username string
UID string
GID string
QuotaNode string
MaxBytes uint64
MaxFiles uint64
Expand Down
Loading

0 comments on commit 692f38f

Please sign in to comment.