Documentation ¶
Index ¶
- type K6Utils
- func (k6utils *K6Utils) CreateCacheWithExpiryInSeconds(durationInSeconds int)
- func (k6utils *K6Utils) GetFromCache(key string) interface{}
- func (k6utils *K6Utils) Load(filePath string, separator []byte) (interface{}, error)
- func (k6utils *K6Utils) PollRandomRow() (map[string]string, error)
- func (k6utils *K6Utils) PutToCache(key string, value string)
- func (k6utils *K6Utils) RemoveFromCache(key string)
- func (c *K6Utils) SleepMilliseconds(sleepMilliseconds int)
- func (k6utils *K6Utils) TakeRandomRow() (map[string]string, error)
- func (k6utils *K6Utils) TakeRowByIndex(index int) (map[string]string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type K6Utils ¶
type K6Utils struct {
// contains filtered or unexported fields
}
func (*K6Utils) CreateCacheWithExpiryInSeconds ¶
func (*K6Utils) GetFromCache ¶
func (*K6Utils) PutToCache ¶
func (*K6Utils) RemoveFromCache ¶
func (*K6Utils) SleepMilliseconds ¶
Click to show internal directories.
Click to hide internal directories.