Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Get ¶
func (c *Client) Get(bucket, key string) GetResponse
type CreateBucketResponse ¶
type CreateBucketResponse SuccessOrErrorResponse
type DeleteResponse ¶
type DeleteResponse SuccessOrErrorResponse
type GetResponse ¶
type GetResponse SuccessOrErrorResponse
type Local ¶
type Local struct {
// contains filtered or unexported fields
}
Local represents an instance of the module for every VU.
type PutResponse ¶
type PutResponse SuccessOrErrorResponse
type RootModule ¶
type RootModule struct {
// contains filtered or unexported fields
}
RootModule is the global module object type. It is instantiated once per test run and will be used to create k6/x/frostfs/s3local module instances for each VU.
func (*RootModule) NewModuleInstance ¶
func (r *RootModule) NewModuleInstance(vu modules.VU) modules.Instance
NewModuleInstance implements the modules.Module interface and returns a new instance for each VU.
type SuccessOrErrorResponse ¶
Click to show internal directories.
Click to hide internal directories.