Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ShouldUseWALForBranch ¶
ShouldUseWALForBranch determines if a branch should use WAL
func ShouldUseWALForProject ¶
ShouldUseWALForProject determines if a project should use WAL
Types ¶
type Features ¶
type Features struct {
// WAL-related features
EnableWAL bool // Master switch for WAL functionality
WALForNewProjects bool // Use WAL for new projects
WALForNewBranches bool // Use WAL for new branches
WALMigrationEnabled bool // Allow migration of existing branches to WAL
}
Features represents feature flags for the application
func GetFeatures ¶
func GetFeatures() *Features
GetFeatures returns the current feature configuration
Click to show internal directories.
Click to hide internal directories.