Documentation ¶
Overview ¶
File handling functions ¶
F in OpenToReadF stands for... Do succesfully, or log to Fatal level and exit
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type File ¶
type File struct { // failback files escape fate of being written in IsFailback bool // contains filtered or unexported fields }
func NewFile ¶
func NewFile(filepath utils_types.FilePath) *File
func NewMemoryFile ¶ added in v0.90.2
func NewWebFile ¶ added in v0.44.0
func (*File) GetFilepath ¶
func (f *File) GetFilepath() utils_types.FilePath
func (*File) ScheduleToWrite ¶
func (*File) WriteLines ¶
func (f *File) WriteLines()
Click to show internal directories.
Click to hide internal directories.