Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderOptions ¶
type RenderOptions struct {
Format string // dotenv, json, yaml, template
Variables map[string]string // Variables to render
OutputPath string // File path to write to
Template string // Template content (for template format)
TTL time.Duration // Auto-delete after this duration
Permissions os.FileMode // File permissions (default 0600)
}
RenderOptions configures template rendering
Click to show internal directories.
Click to hide internal directories.