mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
13 lines
159 B
Go
13 lines
159 B
Go
package main
|
|
|
|
import (
|
|
)
|
|
|
|
type S3InputConfig struct {
|
|
// bufferConfig FileInputConfig
|
|
|
|
bufferPath string
|
|
region string
|
|
endpoint string
|
|
}
|