package
0.0.0-20250408154947-ad30c186a480
Repository: https://github.com/greymatter-io/nautls.git
Documentation: pkg.go.dev

# Functions

Directory creates a temporary directory and returns the path or an error.
WithDirectory creates a temporary directory and invokes the callback and returns the result.
WithFile creates a temporary file with content and permissions, invokes the callback and returns the result.

# Type aliases

Callback defines the callback function signature.