Skip to content

Commit

Permalink
Lint cosmetics (maligned)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbx committed May 11, 2021
1 parent 8ff335d commit fc70237
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 fc70237

Please sign in to comment.