mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Applied gofmt
This commit is contained in:
+11
-11
@@ -62,17 +62,17 @@ type FileOutputConfig struct {
|
||||
// FileOutput output plugin
|
||||
type FileOutput struct {
|
||||
sync.RWMutex
|
||||
pathTemplate string
|
||||
currentName string
|
||||
file *os.File
|
||||
QueueLength int
|
||||
writer io.Writer
|
||||
requestPerFile bool
|
||||
currentID []byte
|
||||
payloadType []byte
|
||||
closed bool
|
||||
currentFileSize int
|
||||
totalFileSize size.Size
|
||||
pathTemplate string
|
||||
currentName string
|
||||
file *os.File
|
||||
QueueLength int
|
||||
writer io.Writer
|
||||
requestPerFile bool
|
||||
currentID []byte
|
||||
payloadType []byte
|
||||
closed bool
|
||||
currentFileSize int
|
||||
totalFileSize size.Size
|
||||
|
||||
config *FileOutputConfig
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user