Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemporaryFile ¶
type TemporaryFile struct {
// contains filtered or unexported fields
}
func New ¶
func New(maxSize int64) (*TemporaryFile, func() error)
func (*TemporaryFile) Close ¶
func (t *TemporaryFile) Close() error
func (*TemporaryFile) Rollover ¶
func (t *TemporaryFile) Rollover() (err error)
func (*TemporaryFile) Size ¶
func (t *TemporaryFile) Size() (int64, error)
Click to show internal directories.
Click to hide internal directories.