Documentation ¶
Index ¶
- type FILE
- func (*FILE) AppendString(path string, s string) error
- func (*FILE) ClearFile(path string) error
- func (*FILE) DeleteFile(path string) error
- func (*FILE) RemoveRowsBetweenValues(path string, start, end int) error
- func (FILE) RenameFile(oldPath string, newPath string) error
- func (*FILE) WriteBytes(path string, b []byte) error
- func (*FILE) WriteString(path string, s string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FILE ¶
type FILE struct{}
FILE is the k6 extension
func (*FILE) AppendString ¶
AppendString appends string to file
func (*FILE) RemoveRowsBetweenValues ¶
RemoveRowsBetweenValues removes the rows from a file between start and end (inclusive)
func (FILE) RenameFile ¶
RenameFile renames file from oldPath to newPath
func (*FILE) WriteBytes ¶
WriteBytes writes binary file
Click to show internal directories.
Click to hide internal directories.