Documentation
¶
Index ¶
- func Read(path string) ([]byte, error)
- func ReadLine(path string, callback func(line []byte)) error
- func ReadLineChunk(path string, offset int, size int, callback func(list []string)) error
- func ReadLineWithCxt(cxt context.Context, path string, callback func(line []byte)) error
- func Write(path string, content []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReadLineChunk ¶ added in v0.2.44
func ReadLineWithCxt ¶ added in v0.2.49
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.