Documentation ¶
Overview ¶
Package filemgr contains a manager for files based on byte slices.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
A Manager manages temporary files created from data.
func (*Manager) CreateFile ¶
CreateFile creates a new file based on the passed in data.
func (*Manager) DeleteFiles ¶
DeleteFiles deletes all the files managed by the file manager.
Click to show internal directories.
Click to hide internal directories.