Skip to content

Commit

Permalink
Lint cosmetics (maligned)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbx authored and Fabrizio Furano committed May 21, 2021
1 parent cf25551 commit 4f62e04
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkg/eosclient/eosgrpc/eosgrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,14 @@ type Options struct {
// Requires extra metadata operations if set to true
VersionInvariant bool

// Set to true to use the local disk as a buffer for chunk
// reads from EOS. Default is false, i.e. pure streaming
ReadUsesLocalTemp bool

// Set to true to use the local disk as a buffer for chunk
// writes to EOS. Default is false, i.e. pure streaming
WriteUsesLocalTemp bool

// Location of the xrdcopy binary.
// Default is /opt/eos/xrootd/bin/xrdcopy.
XrdcopyBinary string
Expand All @@ -83,14 +91,6 @@ type Options struct {
// Defaults to os.TempDir()
CacheDirectory string

// Set to true to use the local disk as a buffer for chunk
// reads from EOS. Default is false, i.e. pure streaming
ReadUsesLocalTemp bool

// Set to true to use the local disk as a buffer for chunk
// writes to EOS. Default is false, i.e. pure streaming
WriteUsesLocalTemp bool

// Keytab is the location of the EOS keytab file.
Keytab string

Expand Down

0 comments on commit 4f62e04

Please sign in to comment.