Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketWithObject ¶
type BucketWithObject struct { BucketName string `json:"bucketName"` ObjectMeta *object.ObjectMeta `json:"objectMeta"` }
type ExecutionContext ¶
type ExecutionContext struct { Endpoint string `json:"endpoint"` BucketNames []string `json:"bucketNames"` NumObj int `json:"numObj"` NumWorker int `json:"numWorker"` MinSize int `json:"minSize"` MaxSize int `json:"maxSize"` StartWorkerID int `json:"startWorkerID"` Workers []Worker `json:"workers"` }
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
func NewRunnerFromLoadFile ¶
func (*Runner) SaveContext ¶
type Worker ¶
type Worker struct { BucketsWithObject []*BucketWithObject `json:"bucketsWithObject"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.