Documentation ¶ Index ¶ type TmpDir func Instance(_ context.Context, basePath string) *TmpDir func (t *TmpDir) Create(_ context.Context) error func (t *TmpDir) DeleteRecursive(_ context.Context) error func (t *TmpDir) Path(_ context.Context) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TmpDir ¶ type TmpDir struct { // contains filtered or unexported fields } func Instance ¶ func Instance(_ context.Context, basePath string) *TmpDir func (*TmpDir) Create ¶ func (t *TmpDir) Create(_ context.Context) error func (*TmpDir) DeleteRecursive ¶ func (t *TmpDir) DeleteRecursive(_ context.Context) error func (*TmpDir) Path ¶ func (t *TmpDir) Path(_ context.Context) string Source Files ¶ View all Source files tmpdir.go Click to show internal directories. Click to hide internal directories.